Uses of Class
software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
Packages that use GetVpcLinkResponse
-
Uses of GetVpcLinkResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetVpcLinkResponseModifier and TypeMethodDescriptiondefault GetVpcLinkResponseApiGatewayClient.getVpcLink(Consumer<GetVpcLinkRequest.Builder> getVpcLinkRequest) Gets a specified VPC link under the caller's account in a region.default GetVpcLinkResponseApiGatewayClient.getVpcLink(GetVpcLinkRequest getVpcLinkRequest) Gets a specified VPC link under the caller's account in a region.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetVpcLinkResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetVpcLinkResponse>ApiGatewayAsyncClient.getVpcLink(Consumer<GetVpcLinkRequest.Builder> getVpcLinkRequest) Gets a specified VPC link under the caller's account in a region.default CompletableFuture<GetVpcLinkResponse>ApiGatewayAsyncClient.getVpcLink(GetVpcLinkRequest getVpcLinkRequest) Gets a specified VPC link under the caller's account in a region.