Uses of Class
software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
-
Packages that use GetRestApisRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetRestApisRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetRestApisRequest Modifier and Type Method Description default 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 GetRestApisRequest Constructor Description GetRestApisIterable(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 GetRestApisRequest Modifier and Type Method Description SdkHttpFullRequestGetRestApisRequestMarshaller. marshall(GetRestApisRequest getRestApisRequest)
-