Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ListTagsForResourceRequest.Builder
Packages that use ListTagsForResourceRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists all tags associated with a resource.default ListTagsForResourceResponseIoTTwinMakerClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists all tags associated with a resource. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionListTagsForResourceRequest.builder()ListTagsForResourceRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return at one time.The string that specifies the next page of results.ListTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListTagsForResourceRequest.Builder.resourceARN(String resourceARN) The ARN of the resource.ListTagsForResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest.serializableBuilderClass()