| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<TagSpecification> |
CreateVolumeRequest.tagSpecifications()
The tags to apply to the volume during creation.
|
List<TagSpecification> |
RunInstancesRequest.tagSpecifications()
The tags to apply to the resources during launch.
|
List<TagSpecification> |
CreateSnapshotRequest.tagSpecifications()
The tags to apply to the snapshot during creation.
|
List<TagSpecification> |
CreateFleetRequest.tagSpecifications()
The key-value pair for tagging the EC2 Fleet request on creation.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the volume during creation.
|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the resources during launch.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the snapshot during creation.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the volume during creation.
|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the resources during launch.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the snapshot during creation.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
Copyright © 2018. All rights reserved.