| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model | |
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
PutAggregationAuthorizationRequest.tags()
An array of tag object.
|
List<Tag> |
TagResourceRequest.tags()
An array of tag object.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags for the resource.
|
List<Tag> |
PutConfigurationAggregatorRequest.tags()
An array of tag object.
|
List<Tag> |
PutConfigRuleRequest.tags()
An array of tag object.
|
List<Tag> |
PutStoredQueryRequest.tags()
A list of
Tags object. |
| Modifier and Type | Method and Description |
|---|---|
PutAggregationAuthorizationRequest.Builder |
PutAggregationAuthorizationRequest.Builder.tags(Tag... tags)
An array of tag object.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
An array of tag object.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags for the resource.
|
PutConfigurationAggregatorRequest.Builder |
PutConfigurationAggregatorRequest.Builder.tags(Tag... tags)
An array of tag object.
|
PutConfigRuleRequest.Builder |
PutConfigRuleRequest.Builder.tags(Tag... tags)
An array of tag object.
|
PutStoredQueryRequest.Builder |
PutStoredQueryRequest.Builder.tags(Tag... tags)
A list of
Tags object. |
| Modifier and Type | Method and Description |
|---|---|
PutAggregationAuthorizationRequest.Builder |
PutAggregationAuthorizationRequest.Builder.tags(Collection<Tag> tags)
An array of tag object.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
An array of tag object.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags for the resource.
|
PutConfigurationAggregatorRequest.Builder |
PutConfigurationAggregatorRequest.Builder.tags(Collection<Tag> tags)
An array of tag object.
|
PutConfigRuleRequest.Builder |
PutConfigRuleRequest.Builder.tags(Collection<Tag> tags)
An array of tag object.
|
PutStoredQueryRequest.Builder |
PutStoredQueryRequest.Builder.tags(Collection<Tag> tags)
A list of
Tags object. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Tag> |
ListTagsForResourceIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsForResourceResponse.tags() member. |
SdkPublisher<Tag> |
ListTagsForResourcePublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.