Uses of Class
software.amazon.awssdk.services.apigateway.model.GetMethodRequest
-
Packages that use GetMethodRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetMethodRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetMethodRequest Modifier and Type Method Description default CompletableFuture<GetMethodResponse>ApiGatewayAsyncClient. getMethod(GetMethodRequest getMethodRequest)Describe an existing Method resource.default GetMethodResponseApiGatewayClient. getMethod(GetMethodRequest getMethodRequest)Describe an existing Method resource. -
Uses of GetMethodRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetMethodRequest Modifier and Type Method Description SdkHttpFullRequestGetMethodRequestMarshaller. marshall(GetMethodRequest getMethodRequest)
-