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