Uses of Class
com.amazonaws.services.logs.model.DeleteDestinationRequest
-
Packages that use DeleteDestinationRequest Package Description com.amazonaws.services.logs com.amazonaws.services.logs.model -
-
Uses of DeleteDestinationRequest in com.amazonaws.services.logs
Methods in com.amazonaws.services.logs with parameters of type DeleteDestinationRequest Modifier and Type Method Description DeleteDestinationResult
AbstractAWSLogs. deleteDestination(DeleteDestinationRequest request)
DeleteDestinationResult
AWSLogs. deleteDestination(DeleteDestinationRequest deleteDestinationRequest)
Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it.DeleteDestinationResult
AWSLogsClient. deleteDestination(DeleteDestinationRequest deleteDestinationRequest)
Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it.Future<DeleteDestinationResult>
AbstractAWSLogsAsync. deleteDestinationAsync(DeleteDestinationRequest request)
Future<DeleteDestinationResult>
AbstractAWSLogsAsync. deleteDestinationAsync(DeleteDestinationRequest request, AsyncHandler<DeleteDestinationRequest,DeleteDestinationResult> asyncHandler)
Future<DeleteDestinationResult>
AWSLogsAsync. deleteDestinationAsync(DeleteDestinationRequest deleteDestinationRequest)
Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it.Future<DeleteDestinationResult>
AWSLogsAsync. deleteDestinationAsync(DeleteDestinationRequest deleteDestinationRequest, AsyncHandler<DeleteDestinationRequest,DeleteDestinationResult> asyncHandler)
Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it.Future<DeleteDestinationResult>
AWSLogsAsyncClient. deleteDestinationAsync(DeleteDestinationRequest request)
Future<DeleteDestinationResult>
AWSLogsAsyncClient. deleteDestinationAsync(DeleteDestinationRequest request, AsyncHandler<DeleteDestinationRequest,DeleteDestinationResult> asyncHandler)
Method parameters in com.amazonaws.services.logs with type arguments of type DeleteDestinationRequest Modifier and Type Method Description Future<DeleteDestinationResult>
AbstractAWSLogsAsync. deleteDestinationAsync(DeleteDestinationRequest request, AsyncHandler<DeleteDestinationRequest,DeleteDestinationResult> asyncHandler)
Future<DeleteDestinationResult>
AWSLogsAsync. deleteDestinationAsync(DeleteDestinationRequest deleteDestinationRequest, AsyncHandler<DeleteDestinationRequest,DeleteDestinationResult> asyncHandler)
Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it.Future<DeleteDestinationResult>
AWSLogsAsyncClient. deleteDestinationAsync(DeleteDestinationRequest request, AsyncHandler<DeleteDestinationRequest,DeleteDestinationResult> asyncHandler)
-
Uses of DeleteDestinationRequest in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return DeleteDestinationRequest Modifier and Type Method Description DeleteDestinationRequest
DeleteDestinationRequest. clone()
DeleteDestinationRequest
DeleteDestinationRequest. withDestinationName(String destinationName)
The name of destination to delete.
-