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