| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
TagSpecification |
TagSpecification.clone() |
TagSpecification |
TagSpecification.withResourceType(ResourceType resourceType)
The type of resource to tag.
|
TagSpecification |
TagSpecification.withResourceType(String resourceType)
The type of resource to tag.
|
TagSpecification |
TagSpecification.withTags(Collection<Tag> tags)
The tags to apply to the resource.
|
TagSpecification |
TagSpecification.withTags(Tag... tags)
The tags to apply to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagSpecification> |
CreateVolumeRequest.getTagSpecifications()
The tags to apply to the volume during creation.
|
List<TagSpecification> |
CreateSnapshotRequest.getTagSpecifications()
The tags to apply to the snapshot during creation.
|
List<TagSpecification> |
RunInstancesRequest.getTagSpecifications()
The tags to apply to the resources during launch.
|
List<TagSpecification> |
CreateFleetRequest.getTagSpecifications()
The key-value pair for tagging the EC2 Fleet request on creation.
|
List<TagSpecification> |
AllocateHostsRequest.getTagSpecifications()
The tags to apply to the Dedicated Host during creation.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVolumeRequest |
CreateVolumeRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the volume during creation.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the snapshot during creation.
|
RunInstancesRequest |
RunInstancesRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the resources during launch.
|
CreateFleetRequest |
CreateFleetRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
AllocateHostsRequest |
AllocateHostsRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateVolumeRequest.setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the volume during creation.
|
void |
CreateSnapshotRequest.setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the snapshot during creation.
|
void |
RunInstancesRequest.setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the resources during launch.
|
void |
CreateFleetRequest.setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
void |
AllocateHostsRequest.setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
CreateVolumeRequest |
CreateVolumeRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the volume during creation.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the snapshot during creation.
|
RunInstancesRequest |
RunInstancesRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the resources during launch.
|
CreateFleetRequest |
CreateFleetRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
AllocateHostsRequest |
AllocateHostsRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
Copyright © 2018. All rights reserved.