| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static ChildType |
ChildType.fromValue(String value)
Use this in place of valueOf.
|
static ChildType |
ChildType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChildType[] |
ChildType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChildrenRequest.setChildType(ChildType childType)
Filters the output to include only the specified child type.
|
void |
Child.setType(ChildType type)
The type of this child entity.
|
ListChildrenRequest |
ListChildrenRequest.withChildType(ChildType childType)
Filters the output to include only the specified child type.
|
Child |
Child.withType(ChildType type)
The type of this child entity.
|
Copyright © 2024. All rights reserved.