Uses of Class
software.amazon.awssdk.services.apigateway.model.GetMethodResponse
Packages that use GetMethodResponse
-
Uses of GetMethodResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetMethodResponseModifier and TypeMethodDescriptiondefault GetMethodResponseApiGatewayClient.getMethod(Consumer<GetMethodRequest.Builder> getMethodRequest) Describe an existing Method resource.default GetMethodResponseApiGatewayClient.getMethod(GetMethodRequest getMethodRequest) Describe an existing Method resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetMethodResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetMethodResponse>ApiGatewayAsyncClient.getMethod(Consumer<GetMethodRequest.Builder> getMethodRequest) Describe an existing Method resource.default CompletableFuture<GetMethodResponse>ApiGatewayAsyncClient.getMethod(GetMethodRequest getMethodRequest) Describe an existing Method resource.