| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
The tags to attach to the resource.
|
List<Tag> |
ImportCrlRequest.tags()
A list of tags to attach to the certificate revocation list (CRL).
|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tags attached to the resource.
|
List<Tag> |
CreateProfileRequest.tags()
The tags to attach to the profile.
|
List<Tag> |
CreateTrustAnchorRequest.tags()
The tags to attach to the trust anchor.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to attach to the resource.
|
ImportCrlRequest.Builder |
ImportCrlRequest.Builder.tags(Tag... tags)
A list of tags to attach to the certificate revocation list (CRL).
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tags attached to the resource.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Tag... tags)
The tags to attach to the profile.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.tags(Tag... tags)
The tags to attach to the trust anchor.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the resource.
|
ImportCrlRequest.Builder |
ImportCrlRequest.Builder.tags(Collection<Tag> tags)
A list of tags to attach to the certificate revocation list (CRL).
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tags attached to the resource.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the profile.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the trust anchor.
|
Copyright © 2022. All rights reserved.