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