Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceEventWindowDisassociationRequest.Builder
Packages that use InstanceEventWindowDisassociationRequest.Builder
-
Uses of InstanceEventWindowDisassociationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceEventWindowDisassociationRequest.BuilderModifier and TypeMethodDescriptionInstanceEventWindowDisassociationRequest.builder()InstanceEventWindowDisassociationRequest.Builder.dedicatedHostIds(String... dedicatedHostIds) The IDs of the Dedicated Hosts to disassociate from the event window.InstanceEventWindowDisassociationRequest.Builder.dedicatedHostIds(Collection<String> dedicatedHostIds) The IDs of the Dedicated Hosts to disassociate from the event window.InstanceEventWindowDisassociationRequest.Builder.instanceIds(String... instanceIds) The IDs of the instances to disassociate from the event window.InstanceEventWindowDisassociationRequest.Builder.instanceIds(Collection<String> instanceIds) The IDs of the instances to disassociate from the event window.InstanceEventWindowDisassociationRequest.Builder.instanceTags(Collection<Tag> instanceTags) The instance tags to disassociate from the event window.InstanceEventWindowDisassociationRequest.Builder.instanceTags(Consumer<Tag.Builder>... instanceTags) The instance tags to disassociate from the event window.InstanceEventWindowDisassociationRequest.Builder.instanceTags(Tag... instanceTags) The instance tags to disassociate from the event window.InstanceEventWindowDisassociationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceEventWindowDisassociationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceEventWindowDisassociationRequest.Builder>InstanceEventWindowDisassociationRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceEventWindowDisassociationRequest.BuilderModifier and TypeMethodDescriptionDisassociateInstanceEventWindowRequest.Builder.associationTarget(Consumer<InstanceEventWindowDisassociationRequest.Builder> associationTarget) One or more targets to disassociate from the specified event window.