Uses of Class
com.amazonaws.services.logs.model.Destination
-
Packages that use Destination Package Description com.amazonaws.services.logs.model -
-
Uses of Destination in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return Destination Modifier and Type Method 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.Methods in com.amazonaws.services.logs.model that return types with arguments of type Destination Modifier and Type Method Description List<Destination>
DescribeDestinationsResult. getDestinations()
Methods in com.amazonaws.services.logs.model with parameters of type Destination Modifier and Type Method 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).Method parameters in com.amazonaws.services.logs.model with type arguments of type Destination Modifier and Type Method Description void
DescribeDestinationsResult. setDestinations(Collection<Destination> destinations)
DescribeDestinationsResult
DescribeDestinationsResult. withDestinations(Collection<Destination> destinations)
-