| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworkscm.model | |
| software.amazon.awssdk.services.opsworkscm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateServerRequest.tags()
A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks for
Puppet Enterprise server.
|
List<Tag> |
CreateBackupRequest.tags()
A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.
|
List<Tag> |
TagResourceRequest.tags()
A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.
|
List<Tag> |
ListTagsForResourceResponse.tags()
Tags that have been applied to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServerRequest.Builder |
CreateServerRequest.Builder.tags(Tag... tags)
A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks
for Puppet Enterprise server.
|
CreateBackupRequest.Builder |
CreateBackupRequest.Builder.tags(Tag... tags)
A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
Tags that have been applied to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServerRequest.Builder |
CreateServerRequest.Builder.tags(Collection<Tag> tags)
A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks
for Puppet Enterprise server.
|
CreateBackupRequest.Builder |
CreateBackupRequest.Builder.tags(Collection<Tag> tags)
A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
Tags that have been applied to the resource.
|
| 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.