| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static PropagateTags |
PropagateTags.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PropagateTags |
Service.propagateTags()
Specifies whether to propagate the tags from the task definition or the service to the task.
|
PropagateTags |
CreateServiceRequest.propagateTags()
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
PropagateTags |
RunTaskRequest.propagateTags()
Specifies whether to propagate the tags from the task definition to the task.
|
PropagateTags |
StartTaskRequest.propagateTags()
Specifies whether to propagate the tags from the task definition or the service to the task.
|
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 |
|---|---|
static Set<PropagateTags> |
PropagateTags.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.propagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition or the service to the task.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.propagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
RunTaskRequest.Builder |
RunTaskRequest.Builder.propagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition to the task.
|
StartTaskRequest.Builder |
StartTaskRequest.Builder.propagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition or the service to the task.
|
Copyright © 2021. All rights reserved.