| Package | Description |
|---|---|
| com.amazonaws.services.acmpca |
This is the Amazon Web Services Private Certificate Authority API Reference.
|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
AWSACMPCAClient.listTags(ListTagsRequest request)
Lists the tags, if any, that are associated with your private CA or one that has been shared with you.
|
ListTagsResult |
AbstractAWSACMPCA.listTags(ListTagsRequest request) |
ListTagsResult |
AWSACMPCA.listTags(ListTagsRequest 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 |
|---|---|
Future<ListTagsResult> |
AWSACMPCAAsyncClient.listTagsAsync(ListTagsRequest request) |
Future<ListTagsResult> |
AbstractAWSACMPCAAsync.listTagsAsync(ListTagsRequest request) |
Future<ListTagsResult> |
AWSACMPCAAsync.listTagsAsync(ListTagsRequest listTagsRequest)
Lists the tags, if any, that are associated with your private CA or one that has been shared with you.
|
Future<ListTagsResult> |
AWSACMPCAAsyncClient.listTagsAsync(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) |
Future<ListTagsResult> |
AbstractAWSACMPCAAsync.listTagsAsync(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) |
Future<ListTagsResult> |
AWSACMPCAAsync.listTagsAsync(ListTagsRequest listTagsRequest,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
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 |
|---|---|
Future<ListTagsResult> |
AWSACMPCAAsyncClient.listTagsAsync(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) |
Future<ListTagsResult> |
AbstractAWSACMPCAAsync.listTagsAsync(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) |
Future<ListTagsResult> |
AWSACMPCAAsync.listTagsAsync(ListTagsRequest listTagsRequest,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
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 |
|---|---|
ListTagsResult |
ListTagsResult.clone() |
ListTagsResult |
ListTagsResult.withNextToken(String nextToken)
When the list is truncated, this value is present and should be used for the NextToken parameter in a
subsequent pagination request.
|
ListTagsResult |
ListTagsResult.withTags(Collection<Tag> tags)
The tags associated with your private CA.
|
ListTagsResult |
ListTagsResult.withTags(Tag... tags)
The tags associated with your private CA.
|
Copyright © 2024. All rights reserved.