| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag key.
|
Tag |
Tag.withValue(String value)
The tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ImportCrlRequest.getTags()
A list of tags to attach to the certificate revocation list (CRL).
|
List<Tag> |
CreateTrustAnchorRequest.getTags()
The tags to attach to the trust anchor.
|
List<Tag> |
TagResourceRequest.getTags()
The tags to attach to the resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tags attached to the resource.
|
List<Tag> |
CreateProfileRequest.getTags()
The tags to attach to the profile.
|
| Modifier and Type | Method and Description |
|---|---|
ImportCrlRequest |
ImportCrlRequest.withTags(Tag... tags)
A list of tags to attach to the certificate revocation list (CRL).
|
CreateTrustAnchorRequest |
CreateTrustAnchorRequest.withTags(Tag... tags)
The tags to attach to the trust anchor.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to attach to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags attached to the resource.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Tag... tags)
The tags to attach to the profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCrlRequest.setTags(Collection<Tag> tags)
A list of tags to attach to the certificate revocation list (CRL).
|
void |
CreateTrustAnchorRequest.setTags(Collection<Tag> tags)
The tags to attach to the trust anchor.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to attach to the resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tags attached to the resource.
|
void |
CreateProfileRequest.setTags(Collection<Tag> tags)
The tags to attach to the profile.
|
ImportCrlRequest |
ImportCrlRequest.withTags(Collection<Tag> tags)
A list of tags to attach to the certificate revocation list (CRL).
|
CreateTrustAnchorRequest |
CreateTrustAnchorRequest.withTags(Collection<Tag> tags)
The tags to attach to the trust anchor.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to attach to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags attached to the resource.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Collection<Tag> tags)
The tags to attach to the profile.
|
Copyright © 2024. All rights reserved.