Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
Destination |
Destination.clone() |
Destination |
PutDestinationResult.getDestination() |
Destination |
Destination.withAccessPolicy(String accessPolicy)
An IAM policy document that governs which AWS accounts can create
subscription filters against this destination.
|
Destination |
Destination.withArn(String arn)
ARN of this destination.
|
Destination |
Destination.withCreationTime(Long creationTime)
A point in time expressed as the number of milliseconds since Jan 1, 1970
00:00:00 UTC specifying when this destination was created.
|
Destination |
Destination.withDestinationName(String destinationName)
Name of the destination.
|
Destination |
Destination.withRoleArn(String roleArn)
A role for impersonation for delivering log events to the target.
|
Destination |
Destination.withTargetArn(String targetArn)
ARN of the physical target where the log events will be delivered (eg.
|
Modifier and Type | Method and Description |
---|---|
List<Destination> |
DescribeDestinationsResult.getDestinations() |
Modifier and Type | Method and Description |
---|---|
void |
PutDestinationResult.setDestination(Destination destination) |
PutDestinationResult |
PutDestinationResult.withDestination(Destination destination) |
DescribeDestinationsResult |
DescribeDestinationsResult.withDestinations(Destination... destinations)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDestinationsResult.setDestinations(Collection<Destination> destinations) |
DescribeDestinationsResult |
DescribeDestinationsResult.withDestinations(Collection<Destination> destinations) |
Copyright © 2018. All rights reserved.