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