Uses of Class
software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
-
Packages that use GetMethodResponseRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetMethodResponseRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetMethodResponseRequest Modifier and Type Method Description default CompletableFuture<GetMethodResponseResponse>ApiGatewayAsyncClient. getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)Describes a MethodResponse resource.default GetMethodResponseResponseApiGatewayClient. getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)Describes a MethodResponse resource. -
Uses of GetMethodResponseRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetMethodResponseRequest Modifier and Type Method Description SdkHttpFullRequestGetMethodResponseRequestMarshaller. marshall(GetMethodResponseRequest getMethodResponseRequest)
-