Uses of Class
software.amazon.awssdk.services.apigateway.model.GetModelsResponse
-
Packages that use GetModelsResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators -
-
Uses of GetModelsResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetModelsResponse Modifier and Type Method Description default GetModelsResponseApiGatewayClient. getModels(Consumer<GetModelsRequest.Builder> getModelsRequest)Describes existing Models defined for a RestApi resource.default GetModelsResponseApiGatewayClient. getModels(GetModelsRequest getModelsRequest)Describes existing Models defined for a RestApi resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetModelsResponse Modifier and Type Method Description default CompletableFuture<GetModelsResponse>ApiGatewayAsyncClient. getModels(Consumer<GetModelsRequest.Builder> getModelsRequest)Describes existing Models defined for a RestApi resource.default CompletableFuture<GetModelsResponse>ApiGatewayAsyncClient. getModels(GetModelsRequest getModelsRequest)Describes existing Models defined for a RestApi resource. -
Uses of GetModelsResponse in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type GetModelsResponse Modifier and Type Method Description Iterator<GetModelsResponse>GetModelsIterable. iterator()Method parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetModelsResponse Modifier and Type Method Description voidGetModelsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetModelsResponse> subscriber)
-