Uses of Class
software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
-
Packages that use GetGatewayResponseResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetGatewayResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetGatewayResponseResponse Modifier and Type Method Description default 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 GetGatewayResponseResponse Modifier and Type Method Description default CompletableFuture<GetGatewayResponseResponse>ApiGatewayAsyncClient. getGatewayResponse(Consumer<GetGatewayResponseRequest.Builder> getGatewayResponseRequest)Gets a GatewayResponse of a specified response type on the given RestApi.default CompletableFuture<GetGatewayResponseResponse>ApiGatewayAsyncClient. getGatewayResponse(GetGatewayResponseRequest getGatewayResponseRequest)Gets a GatewayResponse of a specified response type on the given RestApi.
-