| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsResponse.Builder |
ListTagsResponse.builder() |
ListTagsResponse.Builder |
ListTagsResponse.Builder.nextToken(String nextToken)
When the list is truncated, this value is present and should be used for the NextToken parameter in a
subsequent pagination request.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Collection<Tag> tags)
The tags associated with your private CA.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Consumer<Tag.Builder>... tags)
The tags associated with your private CA.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Tag... tags)
The tags associated with your private CA.
|
ListTagsResponse.Builder |
ListTagsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsResponse.Builder> |
ListTagsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.