| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static TaskSetField |
TaskSetField.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static TaskSetField |
TaskSetField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskSetField[] |
TaskSetField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskSetField> |
DescribeTaskSetsRequest.include()
Specifies whether to see the resource tags for the task set.
|
static Set<TaskSetField> |
TaskSetField.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTaskSetsRequest.Builder |
DescribeTaskSetsRequest.Builder.include(TaskSetField... include)
Specifies whether to see the resource tags for the task set.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTaskSetsRequest.Builder |
DescribeTaskSetsRequest.Builder.include(Collection<TaskSetField> include)
Specifies whether to see the resource tags for the task set.
|
Copyright © 2023. All rights reserved.