| 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.deleteRetentionPolicy(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest)
Deletes the retention policy of the specified log group.
|
void |
AWSLogsClient.deleteRetentionPolicy(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest)
Deletes the retention policy of the specified log group.
|
Future<Void> |
AWSLogsAsync.deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest)
Deletes the retention policy of the specified log group.
|
Future<Void> |
AWSLogsAsyncClient.deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest)
Deletes the retention policy of the specified log group.
|
Future<Void> |
AWSLogsAsync.deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest,
AsyncHandler<DeleteRetentionPolicyRequest,Void> asyncHandler)
Deletes the retention policy of the specified log group.
|
Future<Void> |
AWSLogsAsyncClient.deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest,
AsyncHandler<DeleteRetentionPolicyRequest,Void> asyncHandler)
Deletes the retention policy of the specified log group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSLogsAsync.deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest,
AsyncHandler<DeleteRetentionPolicyRequest,Void> asyncHandler)
Deletes the retention policy of the specified log group.
|
Future<Void> |
AWSLogsAsyncClient.deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest,
AsyncHandler<DeleteRetentionPolicyRequest,Void> asyncHandler)
Deletes the retention policy of the specified log group.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteRetentionPolicyRequest |
DeleteRetentionPolicyRequest.clone() |
DeleteRetentionPolicyRequest |
DeleteRetentionPolicyRequest.withLogGroupName(String logGroupName)
The name of the log group that is associated with the retention policy
to delete.
|
Copyright © 2015. All rights reserved.