Uses of Interface
software.amazon.awssdk.services.dax.model.ListTagsRequest.Builder
-
Packages that use ListTagsRequest.Builder Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB.software.amazon.awssdk.services.dax.model -
-
Uses of ListTagsRequest.Builder in software.amazon.awssdk.services.dax
Method parameters in software.amazon.awssdk.services.dax with type arguments of type ListTagsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsResponse>DaxAsyncClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)List all of the tags for a DAX cluster.default ListTagsResponseDaxClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)List all of the tags for a DAX cluster. -
Uses of ListTagsRequest.Builder in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return ListTagsRequest.Builder Modifier and Type Method Description static ListTagsRequest.BuilderListTagsRequest. builder()ListTagsRequest.BuilderListTagsRequest.Builder. nextToken(String nextToken)An optional token returned from a prior request.ListTagsRequest.BuilderListTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsRequest.BuilderListTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsRequest.BuilderListTagsRequest.Builder. resourceName(String resourceName)The name of the DAX resource to which the tags belong.ListTagsRequest.BuilderListTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type ListTagsRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsRequest.Builder>ListTagsRequest. serializableBuilderClass()
-