Package | Description |
---|---|
com.amazonaws.services.logs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
PutDestinationResult |
AWSLogsClient.putDestination(PutDestinationRequest request)
Creates or updates a destination.
|
PutDestinationResult |
AbstractAWSLogs.putDestination(PutDestinationRequest request) |
PutDestinationResult |
AWSLogs.putDestination(PutDestinationRequest putDestinationRequest)
Creates or updates a destination.
|
Modifier and Type | Method and Description |
---|---|
Future<PutDestinationResult> |
AWSLogsAsyncClient.putDestinationAsync(PutDestinationRequest request,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) |
Future<PutDestinationResult> |
AbstractAWSLogsAsync.putDestinationAsync(PutDestinationRequest request,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) |
Future<PutDestinationResult> |
AWSLogsAsync.putDestinationAsync(PutDestinationRequest putDestinationRequest,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler)
Creates or updates a destination.
|
Modifier and Type | Method and Description |
---|---|
PutDestinationResult |
PutDestinationResult.clone() |
PutDestinationResult |
PutDestinationResult.withDestination(Destination destination)
The destination.
|
Copyright © 2023. All rights reserved.