| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static PropagateTags |
PropagateTags.fromValue(String value)
Use this in place of valueOf.
|
static PropagateTags |
PropagateTags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagateTags[] |
PropagateTags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.withPropagateTags(PropagateTags propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task.
|
RunTaskRequest |
RunTaskRequest.withPropagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition to the task.
|
CreateServiceRequest |
CreateServiceRequest.withPropagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition to the task.
|
UpdateServiceRequest |
UpdateServiceRequest.withPropagateTags(PropagateTags propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task.
|
StartTaskRequest |
StartTaskRequest.withPropagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition or the service to the task.
|
Copyright © 2023. All rights reserved.