| Package | Description |
|---|---|
| com.amazonaws.services.logs |
Synchronous and asynchronous client classes for accessing AWSLogs.
|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSLogs.deleteDestination(DeleteDestinationRequest deleteDestinationRequest)
Deletes the destination with the specified name and eventually
disables all the subscription filters that publish to it.
|
void |
AWSLogsClient.deleteDestination(DeleteDestinationRequest deleteDestinationRequest)
Deletes the destination with the specified name and eventually
disables all the subscription filters that publish to it.
|
Future<Void> |
AWSLogsAsync.deleteDestinationAsync(DeleteDestinationRequest deleteDestinationRequest)
Deletes the destination with the specified name and eventually
disables all the subscription filters that publish to it.
|
Future<Void> |
AWSLogsAsyncClient.deleteDestinationAsync(DeleteDestinationRequest deleteDestinationRequest)
Deletes the destination with the specified name and eventually
disables all the subscription filters that publish to it.
|
Future<Void> |
AWSLogsAsync.deleteDestinationAsync(DeleteDestinationRequest deleteDestinationRequest,
AsyncHandler<DeleteDestinationRequest,Void> asyncHandler)
Deletes the destination with the specified name and eventually
disables all the subscription filters that publish to it.
|
Future<Void> |
AWSLogsAsyncClient.deleteDestinationAsync(DeleteDestinationRequest deleteDestinationRequest,
AsyncHandler<DeleteDestinationRequest,Void> asyncHandler)
Deletes the destination with the specified name and eventually
disables all the subscription filters that publish to it.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSLogsAsync.deleteDestinationAsync(DeleteDestinationRequest deleteDestinationRequest,
AsyncHandler<DeleteDestinationRequest,Void> asyncHandler)
Deletes the destination with the specified name and eventually
disables all the subscription filters that publish to it.
|
Future<Void> |
AWSLogsAsyncClient.deleteDestinationAsync(DeleteDestinationRequest deleteDestinationRequest,
AsyncHandler<DeleteDestinationRequest,Void> asyncHandler)
Deletes the destination with the specified name and eventually
disables all the subscription filters that publish to it.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDestinationRequest |
DeleteDestinationRequest.clone() |
DeleteDestinationRequest |
DeleteDestinationRequest.withDestinationName(String destinationName)
The name of destination to delete.
|
Copyright © 2015. All rights reserved.