Uses of Interface
software.amazon.awssdk.services.acmpca.model.ListTagsRequest.Builder
-
Packages that use ListTagsRequest.Builder Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference.software.amazon.awssdk.services.acmpca.model -
-
Uses of ListTagsRequest.Builder in software.amazon.awssdk.services.acmpca
Method parameters in software.amazon.awssdk.services.acmpca with type arguments of type ListTagsRequest.Builder Modifier and Type Method Description 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 ListTagsResponseAcmPcaClient. 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 ListTagsPublisherAcmPcaAsyncClient. listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)This is a variant ofAcmPcaAsyncClient.listTags(software.amazon.awssdk.services.acmpca.model.ListTagsRequest)operation.default ListTagsIterableAcmPcaClient. listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)This is a variant ofAcmPcaClient.listTags(software.amazon.awssdk.services.acmpca.model.ListTagsRequest)operation. -
Uses of ListTagsRequest.Builder in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return ListTagsRequest.Builder Modifier and Type Method Description static ListTagsRequest.BuilderListTagsRequest. builder()ListTagsRequest.BuilderListTagsRequest.Builder. certificateAuthorityArn(String certificateAuthorityArn)The Amazon Resource Name (ARN) that was returned when you called the CreateCertificateAuthority action.ListTagsRequest.BuilderListTagsRequest.Builder. maxResults(Integer maxResults)Use this parameter when paginating results to specify the maximum number of items to return in the response.ListTagsRequest.BuilderListTagsRequest.Builder. nextToken(String nextToken)Use this parameter when paginating results in a subsequent request after you receive a response with truncated results.ListTagsRequest.BuilderListTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsRequest.BuilderListTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsRequest.BuilderListTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type ListTagsRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsRequest.Builder>ListTagsRequest. serializableBuilderClass()
-