Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetVpcLinksResponse
-
Packages that use GetVpcLinksResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetVpcLinksResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetVpcLinksResponse Modifier and Type Method Description default GetVpcLinksResponseApiGatewayV2Client. getVpcLinks(Consumer<GetVpcLinksRequest.Builder> getVpcLinksRequest)Gets a collection of VPC links.default GetVpcLinksResponseApiGatewayV2Client. getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)Gets a collection of VPC links.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetVpcLinksResponse Modifier and Type Method Description default CompletableFuture<GetVpcLinksResponse>ApiGatewayV2AsyncClient. getVpcLinks(Consumer<GetVpcLinksRequest.Builder> getVpcLinksRequest)Gets a collection of VPC links.default CompletableFuture<GetVpcLinksResponse>ApiGatewayV2AsyncClient. getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)Gets a collection of VPC links.
-