Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
Packages that use CreateVpcLinkResponse
-
Uses of CreateVpcLinkResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateVpcLinkResponseModifier and TypeMethodDescriptiondefault 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 CreateVpcLinkResponseModifier and TypeMethodDescriptiondefault 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.