Uses of Class
software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
-
Packages that use GetVpcLinksRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetVpcLinksRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetVpcLinksRequest Modifier and Type Method Description default CompletableFuture<GetVpcLinksResponse>ApiGatewayAsyncClient. getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)Gets the VpcLinks collection under the caller's account in a selected region.default GetVpcLinksResponseApiGatewayClient. getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)Gets the VpcLinks collection under the caller's account in a selected region.default GetVpcLinksPublisherApiGatewayAsyncClient. getVpcLinksPaginator(GetVpcLinksRequest getVpcLinksRequest)This is a variant ofApiGatewayAsyncClient.getVpcLinks(software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest)operation.default GetVpcLinksIterableApiGatewayClient. getVpcLinksPaginator(GetVpcLinksRequest getVpcLinksRequest)This is a variant ofApiGatewayClient.getVpcLinks(software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest)operation. -
Uses of GetVpcLinksRequest in software.amazon.awssdk.services.apigateway.paginators
Constructors in software.amazon.awssdk.services.apigateway.paginators with parameters of type GetVpcLinksRequest Constructor Description GetVpcLinksIterable(ApiGatewayClient client, GetVpcLinksRequest firstRequest)GetVpcLinksPublisher(ApiGatewayAsyncClient client, GetVpcLinksRequest firstRequest) -
Uses of GetVpcLinksRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetVpcLinksRequest Modifier and Type Method Description SdkHttpFullRequestGetVpcLinksRequestMarshaller. marshall(GetVpcLinksRequest getVpcLinksRequest)
-