Uses of Class
software.amazon.awssdk.services.apigateway.model.GetModelsRequest
-
Packages that use GetModelsRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetModelsRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetModelsRequest Modifier and Type Method Description default CompletableFuture<GetModelsResponse>ApiGatewayAsyncClient. getModels(GetModelsRequest getModelsRequest)Describes existing Models defined for a RestApi resource.default GetModelsResponseApiGatewayClient. getModels(GetModelsRequest getModelsRequest)Describes existing Models defined for a RestApi resource.default GetModelsPublisherApiGatewayAsyncClient. getModelsPaginator(GetModelsRequest getModelsRequest)This is a variant ofApiGatewayAsyncClient.getModels(software.amazon.awssdk.services.apigateway.model.GetModelsRequest)operation.default GetModelsIterableApiGatewayClient. getModelsPaginator(GetModelsRequest getModelsRequest)This is a variant ofApiGatewayClient.getModels(software.amazon.awssdk.services.apigateway.model.GetModelsRequest)operation. -
Uses of GetModelsRequest in software.amazon.awssdk.services.apigateway.paginators
Constructors in software.amazon.awssdk.services.apigateway.paginators with parameters of type GetModelsRequest Constructor Description GetModelsIterable(ApiGatewayClient client, GetModelsRequest firstRequest)GetModelsPublisher(ApiGatewayAsyncClient client, GetModelsRequest firstRequest) -
Uses of GetModelsRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetModelsRequest Modifier and Type Method Description SdkHttpFullRequestGetModelsRequestMarshaller. marshall(GetModelsRequest getModelsRequest)
-