| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
List<TagSpecification> |
RunInstancesRequest.tagSpecifications()
The tags to apply to the resources during launch.
|
List<TagSpecification> |
CreateVolumeRequest.tagSpecifications()
The tags to apply to the volume during creation.
|
| Modifier and Type | Method and Description |
|---|---|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the resources during launch.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the volume during creation.
|
| Modifier and Type | Method and Description |
|---|---|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the resources during launch.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the volume during creation.
|
| Modifier and Type | Method and Description |
|---|---|
TagSpecification |
TagSpecificationUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.