Uses of Class
software.amazon.awssdk.services.apigateway.model.GetModelResponse
-
Packages that use GetModelResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetModelResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetModelResponse Modifier and Type Method Description default GetModelResponseApiGatewayClient. getModel(Consumer<GetModelRequest.Builder> getModelRequest)Describes an existing model defined for a RestApi resource.default GetModelResponseApiGatewayClient. getModel(GetModelRequest getModelRequest)Describes an existing model defined for a RestApi resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetModelResponse Modifier and Type Method Description default CompletableFuture<GetModelResponse>ApiGatewayAsyncClient. getModel(Consumer<GetModelRequest.Builder> getModelRequest)Describes an existing model defined for a RestApi resource.default CompletableFuture<GetModelResponse>ApiGatewayAsyncClient. getModel(GetModelRequest getModelRequest)Describes an existing model defined for a RestApi resource.
-