Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
-
Packages that use DeleteGatewayResponseRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of DeleteGatewayResponseRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type DeleteGatewayResponseRequest Modifier and Type Method Description 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.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. -
Uses of DeleteGatewayResponseRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type DeleteGatewayResponseRequest Modifier and Type Method Description SdkHttpFullRequestDeleteGatewayResponseRequestMarshaller. marshall(DeleteGatewayResponseRequest deleteGatewayResponseRequest)
-