Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Destination
Packages that use Destination
Package
Description
-
Uses of Destination in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DestinationModifier and TypeMethodDescriptionfinal DestinationPutDestinationResponse.destination()The destination.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DestinationModifier and TypeMethodDescriptionfinal List<Destination>DescribeDestinationsResponse.destinations()The destinations.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DestinationModifier and TypeMethodDescriptionPutDestinationResponse.Builder.destination(Destination destination) The destination.DescribeDestinationsResponse.Builder.destinations(Destination... destinations) The destinations.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DestinationModifier and TypeMethodDescriptionDescribeDestinationsResponse.Builder.destinations(Collection<Destination> destinations) The destinations. -
Uses of Destination in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DestinationModifier and TypeMethodDescriptionfinal SdkIterable<Destination>DescribeDestinationsIterable.destinations()Returns an iterable to iterate through the paginatedDescribeDestinationsResponse.destinations()member.final SdkPublisher<Destination>DescribeDestinationsPublisher.destinations()Returns a publisher that can be used to get a stream of data.