Uses of Class
com.amazonaws.services.logs.model.Destination
Packages that use Destination
-
Uses of Destination in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return DestinationModifier and TypeMethodDescriptionDestination.clone()
PutDestinationResult.getDestination()
Destination.withAccessPolicy
(String accessPolicy) An IAM policy document that governs which AWS accounts can create subscription filters against this destination.ARN of this 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.withDestinationName
(String destinationName) Name of the destination.Destination.withRoleArn
(String roleArn) A role for impersonation for delivering log events to the target.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 DestinationMethods in com.amazonaws.services.logs.model with parameters of type DestinationModifier and TypeMethodDescriptionvoid
PutDestinationResult.setDestination
(Destination destination) PutDestinationResult.withDestination
(Destination destination) 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 DestinationModifier and TypeMethodDescriptionvoid
DescribeDestinationsResult.setDestinations
(Collection<Destination> destinations) DescribeDestinationsResult.withDestinations
(Collection<Destination> destinations)