| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteStoredQueryResponse |
ConfigClient.deleteStoredQuery(Consumer<DeleteStoredQueryRequest.Builder> deleteStoredQueryRequest)
Deletes the stored query for a single Amazon Web Services account and a single Amazon Web Services Region.
|
default DeleteStoredQueryResponse |
ConfigClient.deleteStoredQuery(DeleteStoredQueryRequest deleteStoredQueryRequest)
Deletes the stored query for a single Amazon Web Services account and a single Amazon Web Services Region.
|
default GetStoredQueryResponse |
ConfigClient.getStoredQuery(Consumer<GetStoredQueryRequest.Builder> getStoredQueryRequest)
Returns the details of a specific stored query.
|
default GetStoredQueryResponse |
ConfigClient.getStoredQuery(GetStoredQueryRequest getStoredQueryRequest)
Returns the details of a specific stored query.
|
default ListTagsForResourceResponse |
ConfigClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List the tags for Config resource.
|
default ListTagsForResourceResponse |
ConfigClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for Config resource.
|
default ListTagsForResourceIterable |
ConfigClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List the tags for Config resource.
|
default ListTagsForResourceIterable |
ConfigClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for Config resource.
|
default TagResourceResponse |
ConfigClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified resourceArn.
|
default TagResourceResponse |
ConfigClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified resourceArn.
|
default UntagResourceResponse |
ConfigClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes specified tags from a resource.
|
default UntagResourceResponse |
ConfigClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
|
Copyright © 2022. All rights reserved.