Uses of Class
com.amazonaws.services.logs.model.DeleteDestinationRequest
Packages that use DeleteDestinationRequest
-
Uses of DeleteDestinationRequest in com.amazonaws.services.logs
Methods in com.amazonaws.services.logs with parameters of type DeleteDestinationRequestModifier and TypeMethodDescriptionAbstractAWSLogs.deleteDestination(DeleteDestinationRequest request) AWSLogs.deleteDestination(DeleteDestinationRequest deleteDestinationRequest) Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it.AWSLogsClient.deleteDestination(DeleteDestinationRequest deleteDestinationRequest) Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it.AbstractAWSLogsAsync.deleteDestinationAsync(DeleteDestinationRequest request) AbstractAWSLogsAsync.deleteDestinationAsync(DeleteDestinationRequest request, AsyncHandler<DeleteDestinationRequest, DeleteDestinationResult> asyncHandler) AWSLogsAsync.deleteDestinationAsync(DeleteDestinationRequest deleteDestinationRequest) Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it.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.AWSLogsAsyncClient.deleteDestinationAsync(DeleteDestinationRequest request) AWSLogsAsyncClient.deleteDestinationAsync(DeleteDestinationRequest request, AsyncHandler<DeleteDestinationRequest, DeleteDestinationResult> asyncHandler) Method parameters in com.amazonaws.services.logs with type arguments of type DeleteDestinationRequestModifier and TypeMethodDescriptionAbstractAWSLogsAsync.deleteDestinationAsync(DeleteDestinationRequest request, AsyncHandler<DeleteDestinationRequest, DeleteDestinationResult> asyncHandler) 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.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 DeleteDestinationRequestModifier and TypeMethodDescriptionDeleteDestinationRequest.clone()DeleteDestinationRequest.withDestinationName(String destinationName) The name of destination to delete.