Uses of Class
software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
Packages that use GetRestApisRequest
Package
Description
-
Uses of GetRestApisRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetRestApisRequestModifier and TypeMethodDescriptiondefault CompletableFuture<GetRestApisResponse>ApiGatewayAsyncClient.getRestApis(GetRestApisRequest getRestApisRequest) Lists the RestApis resources for your collection.default GetRestApisResponseApiGatewayClient.getRestApis(GetRestApisRequest getRestApisRequest) Lists the RestApis resources for your collection.default GetRestApisPublisherApiGatewayAsyncClient.getRestApisPaginator(GetRestApisRequest getRestApisRequest) This is a variant ofApiGatewayAsyncClient.getRestApis(software.amazon.awssdk.services.apigateway.model.GetRestApisRequest)operation.default GetRestApisIterableApiGatewayClient.getRestApisPaginator(GetRestApisRequest getRestApisRequest) This is a variant ofApiGatewayClient.getRestApis(software.amazon.awssdk.services.apigateway.model.GetRestApisRequest)operation. -
Uses of GetRestApisRequest in software.amazon.awssdk.services.apigateway.paginators
Constructors in software.amazon.awssdk.services.apigateway.paginators with parameters of type GetRestApisRequestModifierConstructorDescriptionGetRestApisIterable(ApiGatewayClient client, GetRestApisRequest firstRequest) GetRestApisPublisher(ApiGatewayAsyncClient client, GetRestApisRequest firstRequest) -
Uses of GetRestApisRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetRestApisRequestModifier and TypeMethodDescriptionGetRestApisRequestMarshaller.marshall(GetRestApisRequest getRestApisRequest)