| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
PutDestinationResult.getDestination()
Returns the value of the Destination property for this object.
|
Destination |
Destination.withAccessPolicy(String accessPolicy)
Sets the value of the AccessPolicy property for this object.
|
Destination |
Destination.withArn(String arn)
Sets the value of the Arn property for this object.
|
Destination |
Destination.withCreationTime(Long creationTime)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
Destination |
Destination.withDestinationName(String destinationName)
Sets the value of the DestinationName property for this object.
|
Destination |
Destination.withRoleArn(String roleArn)
Sets the value of the RoleArn property for this object.
|
Destination |
Destination.withTargetArn(String targetArn)
Sets the value of the TargetArn property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Destination> |
DescribeDestinationsResult.getDestinations()
Returns the value of the Destinations property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutDestinationResult.setDestination(Destination destination)
Sets the value of the Destination property for this object.
|
PutDestinationResult |
PutDestinationResult.withDestination(Destination destination)
Sets the value of the Destination property for this object.
|
DescribeDestinationsResult |
DescribeDestinationsResult.withDestinations(Destination... destinations)
Sets the value of the Destinations property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDestinationsResult.setDestinations(Collection<Destination> destinations)
Sets the value of the Destinations property for this object.
|
DescribeDestinationsResult |
DescribeDestinationsResult.withDestinations(Collection<Destination> destinations)
Sets the value of the Destinations property for this object.
|
Copyright © 2015. All rights reserved.