| 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.deleteLogGroup(DeleteLogGroupRequest deleteLogGroupRequest)
Deletes the log group with the specified name and permanently deletes
all the archived log events associated with it.
|
void |
AWSLogsClient.deleteLogGroup(DeleteLogGroupRequest deleteLogGroupRequest)
Deletes the log group with the specified name and permanently deletes
all the archived log events associated with it.
|
Future<Void> |
AWSLogsAsync.deleteLogGroupAsync(DeleteLogGroupRequest deleteLogGroupRequest)
Deletes the log group with the specified name and permanently deletes
all the archived log events associated with it.
|
Future<Void> |
AWSLogsAsyncClient.deleteLogGroupAsync(DeleteLogGroupRequest deleteLogGroupRequest)
Deletes the log group with the specified name and permanently deletes
all the archived log events associated with it.
|
Future<Void> |
AWSLogsAsync.deleteLogGroupAsync(DeleteLogGroupRequest deleteLogGroupRequest,
AsyncHandler<DeleteLogGroupRequest,Void> asyncHandler)
Deletes the log group with the specified name and permanently deletes
all the archived log events associated with it.
|
Future<Void> |
AWSLogsAsyncClient.deleteLogGroupAsync(DeleteLogGroupRequest deleteLogGroupRequest,
AsyncHandler<DeleteLogGroupRequest,Void> asyncHandler)
Deletes the log group with the specified name and permanently deletes
all the archived log events associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSLogsAsync.deleteLogGroupAsync(DeleteLogGroupRequest deleteLogGroupRequest,
AsyncHandler<DeleteLogGroupRequest,Void> asyncHandler)
Deletes the log group with the specified name and permanently deletes
all the archived log events associated with it.
|
Future<Void> |
AWSLogsAsyncClient.deleteLogGroupAsync(DeleteLogGroupRequest deleteLogGroupRequest,
AsyncHandler<DeleteLogGroupRequest,Void> asyncHandler)
Deletes the log group with the specified name and permanently deletes
all the archived log events associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLogGroupRequest |
DeleteLogGroupRequest.clone() |
DeleteLogGroupRequest |
DeleteLogGroupRequest.withLogGroupName(String logGroupName)
The name of the log group to delete.
|
Copyright © 2015. All rights reserved.