Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceEventWindowDisassociationRequest |
InstanceEventWindowDisassociationRequest.clone() |
InstanceEventWindowDisassociationRequest |
DisassociateInstanceEventWindowRequest.getAssociationTarget()
One or more targets to disassociate from the specified event window.
|
InstanceEventWindowDisassociationRequest |
InstanceEventWindowDisassociationRequest.withDedicatedHostIds(Collection<String> dedicatedHostIds)
The IDs of the Dedicated Hosts to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest |
InstanceEventWindowDisassociationRequest.withDedicatedHostIds(String... dedicatedHostIds)
The IDs of the Dedicated Hosts to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest |
InstanceEventWindowDisassociationRequest.withInstanceIds(Collection<String> instanceIds)
The IDs of the instances to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest |
InstanceEventWindowDisassociationRequest.withInstanceIds(String... instanceIds)
The IDs of the instances to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest |
InstanceEventWindowDisassociationRequest.withInstanceTags(Collection<Tag> instanceTags)
The instance tags to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest |
InstanceEventWindowDisassociationRequest.withInstanceTags(Tag... instanceTags)
The instance tags to disassociate from the event window.
|
Modifier and Type | Method and Description |
---|---|
void |
DisassociateInstanceEventWindowRequest.setAssociationTarget(InstanceEventWindowDisassociationRequest associationTarget)
One or more targets to disassociate from the specified event window.
|
DisassociateInstanceEventWindowRequest |
DisassociateInstanceEventWindowRequest.withAssociationTarget(InstanceEventWindowDisassociationRequest associationTarget)
One or more targets to disassociate from the specified event window.
|
Copyright © 2021. All rights reserved.