Uses of Interface
software.amazon.awssdk.services.ssm.model.ListTagsForResourceRequest.Builder
Packages that use ListTagsForResourceRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns a list of the tags assigned to the specified resource.default ListTagsForResourceResponseSsmClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns a list of the tags assigned to the specified resource. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionListTagsForResourceRequest.builder()ListTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListTagsForResourceRequest.Builder.resourceId(String resourceId) The resource ID for which you want to see a list of tags.ListTagsForResourceRequest.Builder.resourceType(String resourceType) Returns a list of tags for a specific resource type.ListTagsForResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType) Returns a list of tags for a specific resource type.ListTagsForResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest.serializableBuilderClass()