Uses of Class
software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
-
Packages that use GetVpcLinkResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetVpcLinkResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetVpcLinkResponse Modifier and Type Method Description default 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 GetVpcLinkResponse Modifier and Type Method Description default 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.
-