| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TagDescription> |
DescribeTagsResponse.tags()
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(TagDescription... tags)
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(Collection<TagDescription> tags)
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TagDescription> |
DescribeTagsIterable.tags()
Returns an iterable to iterate through the paginated
DescribeTagsResponse.tags() member. |
SdkPublisher<TagDescription> |
DescribeTagsPublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.