Package | Description |
---|---|
com.amazonaws.services.logs | |
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
DeleteDestinationResult |
AWSLogsClient.deleteDestination(DeleteDestinationRequest deleteDestinationRequest)
Deletes the destination with the specified name and eventually disables
all the subscription filters that publish to it.
|
DeleteDestinationResult |
AWSLogs.deleteDestination(DeleteDestinationRequest deleteDestinationRequest)
Deletes the destination with the specified name and eventually disables
all the subscription filters that publish to it.
|
DeleteDestinationResult |
AbstractAWSLogs.deleteDestination(DeleteDestinationRequest request) |
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> |
AWSLogsAsyncClient.deleteDestinationAsync(DeleteDestinationRequest request) |
Future<DeleteDestinationResult> |
AbstractAWSLogsAsync.deleteDestinationAsync(DeleteDestinationRequest request) |
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) |
Future<DeleteDestinationResult> |
AbstractAWSLogsAsync.deleteDestinationAsync(DeleteDestinationRequest request,
AsyncHandler<DeleteDestinationRequest,DeleteDestinationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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) |
Future<DeleteDestinationResult> |
AbstractAWSLogsAsync.deleteDestinationAsync(DeleteDestinationRequest request,
AsyncHandler<DeleteDestinationRequest,DeleteDestinationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteDestinationRequest |
DeleteDestinationRequest.clone() |
DeleteDestinationRequest |
DeleteDestinationRequest.withDestinationName(String destinationName)
The name of destination to delete.
|
Copyright © 2018. All rights reserved.