| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworkscm |
|
| software.amazon.awssdk.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsForResourceResponse> |
OpsWorksCmAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags that are applied to the specified AWS OpsWorks for Chef Automate or AWS OpsWorks for
Puppet Enterprise servers or backups.
|
default ListTagsForResourceResponse |
OpsWorksCmClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags that are applied to the specified AWS OpsWorks for Chef Automate or AWS OpsWorks for
Puppet Enterprise servers or backups.
|
default ListTagsForResourcePublisher |
OpsWorksCmAsyncClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags that are applied to the specified AWS OpsWorks for Chef Automate or AWS OpsWorks for
Puppet Enterprise servers or backups.
|
default ListTagsForResourceIterable |
OpsWorksCmClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags that are applied to the specified AWS OpsWorks for Chef Automate or AWS OpsWorks for
Puppet Enterprise servers or backups.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.builder() |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.maxResults(Integer maxResults)
To receive a paginated response, use this parameter to specify the maximum number of results to be returned
with a single call.
|
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.nextToken(String nextToken)
NextToken is a string that is returned in some command responses.
|
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.resourceArn(String resourceArn)
The Amazon Resource Number (ARN) of an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise
server for which you want to show applied tags.
|
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsForResourceRequest.Builder> |
ListTagsForResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.