| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca |
This is the Amazon Web Services Private Certificate Authority API Reference.
|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
default ListTagsResponse |
AcmPcaClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags, if any, that are associated with your private CA or one that has been shared with you.
|
default CompletableFuture<ListTagsResponse> |
AcmPcaAsyncClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags, if any, that are associated with your private CA or one that has been shared with you.
|
default ListTagsIterable |
AcmPcaClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags, if any, that are associated with your private CA or one that has been shared with you.
|
default ListTagsPublisher |
AcmPcaAsyncClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags, if any, that are associated with your private CA or one that has been shared with you.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTagsRequest.Builder |
ListTagsRequest.builder() |
ListTagsRequest.Builder |
ListTagsRequest.Builder.certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) that was returned when you called the CreateCertificateAuthority action.
|
ListTagsRequest.Builder |
ListTagsRequest.Builder.maxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response.
|
ListTagsRequest.Builder |
ListTagsRequest.Builder.nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results.
|
ListTagsRequest.Builder |
ListTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsRequest.Builder |
ListTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsRequest.Builder |
ListTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsRequest.Builder> |
ListTagsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.