Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
Packages that use DeleteGatewayResponseResponse
-
Uses of DeleteGatewayResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteGatewayResponseResponseModifier and TypeMethodDescriptiondefault DeleteGatewayResponseResponseApiGatewayClient.deleteGatewayResponse(Consumer<DeleteGatewayResponseRequest.Builder> deleteGatewayResponseRequest) Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.default DeleteGatewayResponseResponseApiGatewayClient.deleteGatewayResponse(DeleteGatewayResponseRequest deleteGatewayResponseRequest) Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteGatewayResponseResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteGatewayResponse(Consumer<DeleteGatewayResponseRequest.Builder> deleteGatewayResponseRequest) Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.ApiGatewayAsyncClient.deleteGatewayResponse(DeleteGatewayResponseRequest deleteGatewayResponseRequest) Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.