| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A tag key, such as
Stage or Name. |
Tag |
Tag.withValue(String value)
An optional tag value, such as
Production or test-owcm-server. |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.
|
List<Tag> |
CreateServerRequest.getTags()
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.getTags()
A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.
|
List<Tag> |
ListTagsForResourceResult.getTags()
Tags that have been applied to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.
|
CreateServerRequest |
CreateServerRequest.withTags(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 |
CreateBackupRequest.withTags(Tag... tags)
A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Tags that have been applied to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.
|
void |
CreateServerRequest.setTags(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.
|
void |
CreateBackupRequest.setTags(Collection<Tag> tags)
A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Tags that have been applied to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.
|
CreateServerRequest |
CreateServerRequest.withTags(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 |
CreateBackupRequest.withTags(Collection<Tag> tags)
A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Tags that have been applied to the resource.
|
Copyright © 2022. All rights reserved.