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