Uses of Interface
software.amazon.awssdk.services.ssm.model.RemoveTagsFromResourceRequest.Builder
Packages that use RemoveTagsFromResourceRequest.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 RemoveTagsFromResourceRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type RemoveTagsFromResourceRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest) Removes tag keys from the specified resource.default RemoveTagsFromResourceResponseSsmClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest) Removes tag keys from the specified resource. -
Uses of RemoveTagsFromResourceRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return RemoveTagsFromResourceRequest.BuilderModifier and TypeMethodDescriptionRemoveTagsFromResourceRequest.builder()RemoveTagsFromResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RemoveTagsFromResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RemoveTagsFromResourceRequest.Builder.resourceId(String resourceId) The ID of the resource from which you want to remove tags.RemoveTagsFromResourceRequest.Builder.resourceType(String resourceType) The type of resource from which you want to remove a tag.RemoveTagsFromResourceRequest.Builder.resourceType(ResourceTypeForTagging resourceType) The type of resource from which you want to remove a tag.Tag keys that you want to remove from the specified resource.RemoveTagsFromResourceRequest.Builder.tagKeys(Collection<String> tagKeys) Tag keys that you want to remove from the specified resource.RemoveTagsFromResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type RemoveTagsFromResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RemoveTagsFromResourceRequest.Builder>RemoveTagsFromResourceRequest.serializableBuilderClass()