Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
Packages that use UpdateGatewayResponseResponse
-
Uses of UpdateGatewayResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateGatewayResponseResponseModifier and TypeMethodDescriptiondefault 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 UpdateGatewayResponseResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateGatewayResponse(Consumer<UpdateGatewayResponseRequest.Builder> updateGatewayResponseRequest) Updates a GatewayResponse of a specified response type on the given RestApi.ApiGatewayAsyncClient.updateGatewayResponse(UpdateGatewayResponseRequest updateGatewayResponseRequest) Updates a GatewayResponse of a specified response type on the given RestApi.