Uses of Class
software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
Packages that use GetVpcLinksRequest
Package
Description
-
Uses of GetVpcLinksRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetVpcLinksRequestModifier and TypeMethodDescriptiondefault 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 GetVpcLinksRequestModifierConstructorDescriptionGetVpcLinksIterable(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 GetVpcLinksRequestModifier and TypeMethodDescriptionGetVpcLinksRequestMarshaller.marshall(GetVpcLinksRequest getVpcLinksRequest)