Uses of Class
com.amazonaws.services.logs.model.DeleteDestinationResult
-
Packages that use DeleteDestinationResult Package Description com.amazonaws.services.logs com.amazonaws.services.logs.model -
-
Uses of DeleteDestinationResult in com.amazonaws.services.logs
Methods in com.amazonaws.services.logs that return DeleteDestinationResult 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.Method parameters in com.amazonaws.services.logs with type arguments of type DeleteDestinationResult 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 DeleteDestinationResult in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return DeleteDestinationResult Modifier and Type Method Description DeleteDestinationResult
DeleteDestinationResult. clone()
-