| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetType |
TargetType.fromValue(String value)
Use this in place of valueOf.
|
static TargetType |
TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attribute.setTargetType(TargetType targetType)
The type of the target to attach the attribute with.
|
void |
ListAttributesRequest.setTargetType(TargetType targetType)
The type of the target to list attributes with.
|
Attribute |
Attribute.withTargetType(TargetType targetType)
The type of the target to attach the attribute with.
|
ListAttributesRequest |
ListAttributesRequest.withTargetType(TargetType targetType)
The type of the target to list attributes with.
|
Copyright © 2022. All rights reserved.