| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model | |
| software.amazon.awssdk.services.cloudwatchlogs.paginators |
| Modifier and Type | Method and Description |
|---|---|
Destination |
PutDestinationResponse.destination()
The destination.
|
| Modifier and Type | Method and Description |
|---|---|
List<Destination> |
DescribeDestinationsResponse.destinations()
The destinations.
|
| Modifier and Type | Method and Description |
|---|---|
PutDestinationResponse.Builder |
PutDestinationResponse.Builder.destination(Destination destination)
The destination.
|
DescribeDestinationsResponse.Builder |
DescribeDestinationsResponse.Builder.destinations(Destination... destinations)
The destinations.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDestinationsResponse.Builder |
DescribeDestinationsResponse.Builder.destinations(Collection<Destination> destinations)
The destinations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Destination> |
DescribeDestinationsPublisher.destinations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Destination> |
DescribeDestinationsIterable.destinations()
Returns an iterable to iterate through the paginated
DescribeDestinationsResponse.destinations() member. |
Copyright © 2022. All rights reserved.