| 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 |
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.
|
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.
|
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) |
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.
|
Future<ListTagsResult> |
AWSACMPCAAsyncClient.listTagsAsync(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListTagsResult> |
AWSACMPCAAsyncClient.listTagsAsync(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest |
ListTagsRequest.clone() |
ListTagsRequest |
ListTagsRequest.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) that was returned when you called the CreateCertificateAuthority action.
|
ListTagsRequest |
ListTagsRequest.withMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response.
|
ListTagsRequest |
ListTagsRequest.withNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
Copyright © 2024. All rights reserved.