Uses of Class
software.amazon.awssdk.services.apigateway.model.GetMethodResponse
-
Packages that use GetMethodResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetMethodResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetMethodResponse Modifier and Type Method Description default 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 GetMethodResponse Modifier and Type Method Description default 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.
-