| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsmv2 |
For more information about AWS CloudHSM, see AWS CloudHSM and the AWS CloudHSM User Guide.
|
| software.amazon.awssdk.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsResponse> |
CloudHsmV2AsyncClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Gets a list of tags for the specified AWS CloudHSM cluster.
|
default ListTagsResponse |
CloudHsmV2Client.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Gets a list of tags for the specified AWS CloudHSM cluster.
|
default ListTagsPublisher |
CloudHsmV2AsyncClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Gets a list of tags for the specified AWS CloudHSM cluster.
|
default ListTagsIterable |
CloudHsmV2Client.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Gets a list of tags for the specified AWS CloudHSM cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTagsRequest.Builder |
ListTagsRequest.builder() |
ListTagsRequest.Builder |
ListTagsRequest.Builder.maxResults(Integer maxResults)
The maximum number of tags to return in the response.
|
ListTagsRequest.Builder |
ListTagsRequest.Builder.nextToken(String nextToken)
The
NextToken value that you received in the previous response. |
ListTagsRequest.Builder |
ListTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsRequest.Builder |
ListTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsRequest.Builder |
ListTagsRequest.Builder.resourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are getting.
|
ListTagsRequest.Builder |
ListTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsRequest.Builder> |
ListTagsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.