Uses of Class
com.amazonaws.services.apigateway.model.DeleteRestApiRequest
Packages that use DeleteRestApiRequest
-
Uses of DeleteRestApiRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type DeleteRestApiRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.deleteRestApi
(DeleteRestApiRequest request) AmazonApiGateway.deleteRestApi
(DeleteRestApiRequest deleteRestApiRequest) Deletes the specified API.AmazonApiGatewayClient.deleteRestApi
(DeleteRestApiRequest deleteRestApiRequest) Deletes the specified API.AbstractAmazonApiGatewayAsync.deleteRestApiAsync
(DeleteRestApiRequest request) AbstractAmazonApiGatewayAsync.deleteRestApiAsync
(DeleteRestApiRequest request, AsyncHandler<DeleteRestApiRequest, DeleteRestApiResult> asyncHandler) AmazonApiGatewayAsync.deleteRestApiAsync
(DeleteRestApiRequest deleteRestApiRequest) Deletes the specified API.AmazonApiGatewayAsync.deleteRestApiAsync
(DeleteRestApiRequest deleteRestApiRequest, AsyncHandler<DeleteRestApiRequest, DeleteRestApiResult> asyncHandler) Deletes the specified API.AmazonApiGatewayAsyncClient.deleteRestApiAsync
(DeleteRestApiRequest request) AmazonApiGatewayAsyncClient.deleteRestApiAsync
(DeleteRestApiRequest request, AsyncHandler<DeleteRestApiRequest, DeleteRestApiResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteRestApiRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.deleteRestApiAsync
(DeleteRestApiRequest request, AsyncHandler<DeleteRestApiRequest, DeleteRestApiResult> asyncHandler) AmazonApiGatewayAsync.deleteRestApiAsync
(DeleteRestApiRequest deleteRestApiRequest, AsyncHandler<DeleteRestApiRequest, DeleteRestApiResult> asyncHandler) Deletes the specified API.AmazonApiGatewayAsyncClient.deleteRestApiAsync
(DeleteRestApiRequest request, AsyncHandler<DeleteRestApiRequest, DeleteRestApiResult> asyncHandler) -
Uses of DeleteRestApiRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteRestApiRequestModifier and TypeMethodDescriptionDeleteRestApiRequest.clone()
DeleteRestApiRequest.withRestApiId
(String restApiId) The ID of the RestApi you want to delete.