Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private Destination |
PutDestinationResult.destination |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Destination> |
DescribeDestinationsResult.destinations |
Modifier and Type | Method and Description |
---|---|
Destination |
Destination.clone() |
Destination |
PutDestinationResult.getDestination() |
Destination |
Destination.withAccessPolicy(java.lang.String accessPolicy)
An IAM policy document that governs which AWS accounts can create
subscription filters against this destination.
|
Destination |
Destination.withArn(java.lang.String arn)
ARN of this destination.
|
Destination |
Destination.withCreationTime(java.lang.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(java.lang.String destinationName)
Name of the destination.
|
Destination |
Destination.withRoleArn(java.lang.String roleArn)
A role for impersonation for delivering log events to the target.
|
Destination |
Destination.withTargetArn(java.lang.String targetArn)
ARN of the physical target where the log events will be delivered (eg.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Destination> destinations) |
DescribeDestinationsResult |
DescribeDestinationsResult.withDestinations(java.util.Collection<Destination> destinations) |
Modifier and Type | Method and Description |
---|---|
Destination |
DestinationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DestinationJsonMarshaller.marshall(Destination destination,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|