Uses of Class
software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
-
Packages that use GetVpcLinksResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators -
-
Uses of GetVpcLinksResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetVpcLinksResponse Modifier and Type Method Description default GetVpcLinksResponseApiGatewayClient. getVpcLinks()Gets the VpcLinks collection under the caller's account in a selected region.default GetVpcLinksResponseApiGatewayClient. getVpcLinks(Consumer<GetVpcLinksRequest.Builder> 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.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetVpcLinksResponse Modifier and Type Method Description default CompletableFuture<GetVpcLinksResponse>ApiGatewayAsyncClient. getVpcLinks()Gets the VpcLinks collection under the caller's account in a selected region.default CompletableFuture<GetVpcLinksResponse>ApiGatewayAsyncClient. getVpcLinks(Consumer<GetVpcLinksRequest.Builder> getVpcLinksRequest)Gets the VpcLinks collection under the caller's account in a selected region.default CompletableFuture<GetVpcLinksResponse>ApiGatewayAsyncClient. getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)Gets the VpcLinks collection under the caller's account in a selected region. -
Uses of GetVpcLinksResponse in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type GetVpcLinksResponse Modifier and Type Method Description Iterator<GetVpcLinksResponse>GetVpcLinksIterable. iterator()Method parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetVpcLinksResponse Modifier and Type Method Description voidGetVpcLinksPublisher. subscribe(org.reactivestreams.Subscriber<? super GetVpcLinksResponse> subscriber)
-