| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
PutDestinationResult.getDestination()
The destination.
|
Destination |
Destination.withAccessPolicy(String accessPolicy)
An IAM policy document that governs which Amazon Web Services accounts can create subscription filters against
this destination.
|
Destination |
Destination.withArn(String arn)
The ARN of this destination.
|
Destination |
Destination.withCreationTime(Long creationTime)
The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
Destination |
Destination.withDestinationName(String destinationName)
The name of the destination.
|
Destination |
Destination.withRoleArn(String roleArn)
A role for impersonation, used when delivering log events to the target.
|
Destination |
Destination.withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis
stream).
|
| Modifier and Type | Method and Description |
|---|---|
List<Destination> |
DescribeDestinationsResult.getDestinations()
The destinations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutDestinationResult.setDestination(Destination destination)
The destination.
|
PutDestinationResult |
PutDestinationResult.withDestination(Destination destination)
The destination.
|
DescribeDestinationsResult |
DescribeDestinationsResult.withDestinations(Destination... destinations)
The destinations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDestinationsResult.setDestinations(Collection<Destination> destinations)
The destinations.
|
DescribeDestinationsResult |
DescribeDestinationsResult.withDestinations(Collection<Destination> destinations)
The destinations.
|
Copyright © 2024. All rights reserved.