Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
-
Packages that use CreateVpcLinkResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of CreateVpcLinkResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateVpcLinkResponse Modifier and Type Method Description default CreateVpcLinkResponseApiGatewayClient. createVpcLink(Consumer<CreateVpcLinkRequest.Builder> createVpcLinkRequest)Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.default CreateVpcLinkResponseApiGatewayClient. createVpcLink(CreateVpcLinkRequest createVpcLinkRequest)Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type CreateVpcLinkResponse Modifier and Type Method Description default CompletableFuture<CreateVpcLinkResponse>ApiGatewayAsyncClient. createVpcLink(Consumer<CreateVpcLinkRequest.Builder> createVpcLinkRequest)Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.default CompletableFuture<CreateVpcLinkResponse>ApiGatewayAsyncClient. createVpcLink(CreateVpcLinkRequest createVpcLinkRequest)Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.
-