| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
EBSTagSpecification |
EBSTagSpecification.clone() |
EBSTagSpecification |
EBSTagSpecification.withPropagateTags(PropagateTags propagateTags)
Determines whether to propagate the tags from the task definition to
the Amazon EBS volume.
|
EBSTagSpecification |
EBSTagSpecification.withPropagateTags(String propagateTags)
Determines whether to propagate the tags from the task definition to
the Amazon EBS volume.
|
EBSTagSpecification |
EBSTagSpecification.withResourceType(EBSResourceType resourceType)
The type of volume resource.
|
EBSTagSpecification |
EBSTagSpecification.withResourceType(String resourceType)
The type of volume resource.
|
EBSTagSpecification |
EBSTagSpecification.withTags(Collection<Tag> tags)
The tags applied to this Amazon EBS volume.
|
EBSTagSpecification |
EBSTagSpecification.withTags(Tag... tags)
The tags applied to this Amazon EBS volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<EBSTagSpecification> |
TaskManagedEBSVolumeConfiguration.getTagSpecifications()
The tags to apply to the volume.
|
List<EBSTagSpecification> |
ServiceManagedEBSVolumeConfiguration.getTagSpecifications()
The tags to apply to the volume.
|
| Modifier and Type | Method and Description |
|---|---|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withTagSpecifications(EBSTagSpecification... tagSpecifications)
The tags to apply to the volume.
|
ServiceManagedEBSVolumeConfiguration |
ServiceManagedEBSVolumeConfiguration.withTagSpecifications(EBSTagSpecification... tagSpecifications)
The tags to apply to the volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManagedEBSVolumeConfiguration.setTagSpecifications(Collection<EBSTagSpecification> tagSpecifications)
The tags to apply to the volume.
|
void |
ServiceManagedEBSVolumeConfiguration.setTagSpecifications(Collection<EBSTagSpecification> tagSpecifications)
The tags to apply to the volume.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withTagSpecifications(Collection<EBSTagSpecification> tagSpecifications)
The tags to apply to the volume.
|
ServiceManagedEBSVolumeConfiguration |
ServiceManagedEBSVolumeConfiguration.withTagSpecifications(Collection<EBSTagSpecification> tagSpecifications)
The tags to apply to the volume.
|
Copyright © 2024. All rights reserved.