Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of Destination in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Destination Modifier and Type Method Description DestinationPutDestinationResponse. destination()The destination.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type Destination Modifier and Type Method Description List<Destination>DescribeDestinationsResponse. destinations()The destinations.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type Destination Modifier and Type Method Description PutDestinationResponse.BuilderPutDestinationResponse.Builder. destination(Destination destination)The destination.DescribeDestinationsResponse.BuilderDescribeDestinationsResponse.Builder. destinations(Destination... destinations)The destinations.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type Destination Modifier and Type Method Description DescribeDestinationsResponse.BuilderDescribeDestinationsResponse.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 Destination Modifier and Type Method Description SdkIterable<Destination>DescribeDestinationsIterable. destinations()Returns an iterable to iterate through the paginatedDescribeDestinationsResponse.destinations()member.SdkPublisher<Destination>DescribeDestinationsPublisher. destinations()Returns a publisher that can be used to get a stream of data.
-