| 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> |
RunInstancesRequest.getTagSpecifications()
The tags to apply to the resources during launch.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVolumeRequest |
CreateVolumeRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the volume during creation.
|
RunInstancesRequest |
RunInstancesRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the resources during launch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateVolumeRequest.setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the volume during creation.
|
void |
RunInstancesRequest.setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the resources during launch.
|
CreateVolumeRequest |
CreateVolumeRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the volume during creation.
|
RunInstancesRequest |
RunInstancesRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the resources during launch.
|
Copyright © 2017. All rights reserved.