| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
ChildType |
ListChildrenRequest.childType()
Filters the output to include only the specified child type.
|
static ChildType |
ChildType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChildType |
Child.type()
The type of this child entity.
|
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 |
|---|---|
static Set<ChildType> |
ChildType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListChildrenRequest.Builder |
ListChildrenRequest.Builder.childType(ChildType childType)
Filters the output to include only the specified child type.
|
Child.Builder |
Child.Builder.type(ChildType type)
The type of this child entity.
|
Copyright © 2023. All rights reserved.