Uses of Interface
software.amazon.awssdk.services.ec2.model.DeregisterInstanceTagAttributeRequest.Builder
Packages that use DeregisterInstanceTagAttributeRequest.Builder
-
Uses of DeregisterInstanceTagAttributeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeregisterInstanceTagAttributeRequest.BuilderModifier and TypeMethodDescriptionDeregisterInstanceTagAttributeRequest.builder()DeregisterInstanceTagAttributeRequest.Builder.includeAllTagsOfInstance(Boolean includeAllTagsOfInstance) Indicates whether to deregister all tag keys in the current Region.DeregisterInstanceTagAttributeRequest.Builder.instanceTagKeys(String... instanceTagKeys) Information about the tag keys to deregister.DeregisterInstanceTagAttributeRequest.Builder.instanceTagKeys(Collection<String> instanceTagKeys) Information about the tag keys to deregister.DeregisterInstanceTagAttributeRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeregisterInstanceTagAttributeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeregisterInstanceTagAttributeRequest.Builder>DeregisterInstanceTagAttributeRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DeregisterInstanceTagAttributeRequest.BuilderModifier and TypeMethodDescriptionDeregisterInstanceEventNotificationAttributesRequest.Builder.instanceTagAttribute(Consumer<DeregisterInstanceTagAttributeRequest.Builder> instanceTagAttribute) Information about the tag keys to deregister.