Uses of Class
software.amazon.awssdk.services.apigateway.model.GetModelsRequest
Packages that use GetModelsRequest
Package
Description
-
Uses of GetModelsRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetModelsRequestModifier and TypeMethodDescriptiondefault 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 GetModelsRequestModifierConstructorDescriptionGetModelsIterable(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 GetModelsRequestModifier and TypeMethodDescriptionGetModelsRequestMarshaller.marshall(GetModelsRequest getModelsRequest)