Uses of Class
software.amazon.awssdk.services.apigateway.model.GetModelResponse
Packages that use GetModelResponse
-
Uses of GetModelResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetModelResponseModifier and TypeMethodDescriptiondefault 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 GetModelResponseModifier and TypeMethodDescriptiondefault 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.