| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
SpotFleetTagSpecification |
SpotFleetTagSpecification.clone() |
SpotFleetTagSpecification |
SpotFleetTagSpecification.withResourceType(ResourceType resourceType)
The type of resource.
|
SpotFleetTagSpecification |
SpotFleetTagSpecification.withResourceType(String resourceType)
The type of resource.
|
SpotFleetTagSpecification |
SpotFleetTagSpecification.withTags(Collection<Tag> tags)
The tags.
|
SpotFleetTagSpecification |
SpotFleetTagSpecification.withTags(Tag... tags)
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpotFleetTagSpecification> |
SpotFleetLaunchSpecification.getTagSpecifications()
The tags to apply during creation.
|
| Modifier and Type | Method and Description |
|---|---|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withTagSpecifications(SpotFleetTagSpecification... tagSpecifications)
The tags to apply during creation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpotFleetLaunchSpecification.setTagSpecifications(Collection<SpotFleetTagSpecification> tagSpecifications)
The tags to apply during creation.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withTagSpecifications(Collection<SpotFleetTagSpecification> tagSpecifications)
The tags to apply during creation.
|
Copyright © 2021. All rights reserved.