Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
-
Packages that use DeleteGatewayResponseResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteGatewayResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteGatewayResponseResponse Modifier and Type Method Description default 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 DeleteGatewayResponseResponse Modifier and Type Method Description default CompletableFuture<DeleteGatewayResponseResponse>ApiGatewayAsyncClient. 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 CompletableFuture<DeleteGatewayResponseResponse>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.
-