Uses of Class
software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
Packages that use GetGatewayResponseResponse
-
Uses of GetGatewayResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetGatewayResponseResponseModifier and TypeMethodDescriptiondefault GetGatewayResponseResponseApiGatewayClient.getGatewayResponse(Consumer<GetGatewayResponseRequest.Builder> getGatewayResponseRequest) Gets a GatewayResponse of a specified response type on the given RestApi.default GetGatewayResponseResponseApiGatewayClient.getGatewayResponse(GetGatewayResponseRequest getGatewayResponseRequest) Gets a GatewayResponse of a specified response type on the given RestApi.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetGatewayResponseResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.getGatewayResponse(Consumer<GetGatewayResponseRequest.Builder> getGatewayResponseRequest) Gets a GatewayResponse of a specified response type on the given RestApi.ApiGatewayAsyncClient.getGatewayResponse(GetGatewayResponseRequest getGatewayResponseRequest) Gets a GatewayResponse of a specified response type on the given RestApi.