| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model | |
| software.amazon.awssdk.services.acmpca.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsResponse.tags()
The tags associated with your private CA.
|
List<Tag> |
CreateCertificateAuthorityRequest.tags()
Key-value pairs that will be attached to the new private CA.
|
List<Tag> |
TagCertificateAuthorityRequest.tags()
List of tags to be associated with the CA.
|
List<Tag> |
UntagCertificateAuthorityRequest.tags()
List of tags to be removed from the CA.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Tag... tags)
The tags associated with your private CA.
|
CreateCertificateAuthorityRequest.Builder |
CreateCertificateAuthorityRequest.Builder.tags(Tag... tags)
Key-value pairs that will be attached to the new private CA.
|
TagCertificateAuthorityRequest.Builder |
TagCertificateAuthorityRequest.Builder.tags(Tag... tags)
List of tags to be associated with the CA.
|
UntagCertificateAuthorityRequest.Builder |
UntagCertificateAuthorityRequest.Builder.tags(Tag... tags)
List of tags to be removed from the CA.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Collection<Tag> tags)
The tags associated with your private CA.
|
CreateCertificateAuthorityRequest.Builder |
CreateCertificateAuthorityRequest.Builder.tags(Collection<Tag> tags)
Key-value pairs that will be attached to the new private CA.
|
TagCertificateAuthorityRequest.Builder |
TagCertificateAuthorityRequest.Builder.tags(Collection<Tag> tags)
List of tags to be associated with the CA.
|
UntagCertificateAuthorityRequest.Builder |
UntagCertificateAuthorityRequest.Builder.tags(Collection<Tag> tags)
List of tags to be removed from the CA.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Tag> |
ListTagsIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsResponse.tags() member. |
SdkPublisher<Tag> |
ListTagsPublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.