| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static EffectivePolicyType |
EffectivePolicyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EffectivePolicyType |
EffectivePolicy.policyType()
The policy type.
|
EffectivePolicyType |
DescribeEffectivePolicyRequest.policyType()
The type of policy that you want information about.
|
static EffectivePolicyType |
EffectivePolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectivePolicyType[] |
EffectivePolicyType.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<EffectivePolicyType> |
EffectivePolicyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EffectivePolicy.Builder |
EffectivePolicy.Builder.policyType(EffectivePolicyType policyType)
The policy type.
|
DescribeEffectivePolicyRequest.Builder |
DescribeEffectivePolicyRequest.Builder.policyType(EffectivePolicyType policyType)
The type of policy that you want information about.
|
Copyright © 2023. All rights reserved.