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