| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyType |
ListPoliciesForTargetRequest.filter()
The type of policy that you want to include in the returned list.
|
PolicyType |
ListPoliciesRequest.filter()
Specifies the type of policy that you want to include in the response.
|
static PolicyType |
PolicyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PolicyType |
DisablePolicyTypeRequest.policyType()
The policy type that you want to disable in this root.
|
PolicyType |
EnablePolicyTypeRequest.policyType()
The policy type that you want to enable.
|
PolicyType |
CreatePolicyRequest.type()
The type of policy to create.
|
PolicyType |
PolicyTypeSummary.type()
The name of the policy type.
|
PolicyType |
PolicySummary.type()
The type of policy.
|
static PolicyType |
PolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyType[] |
PolicyType.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<PolicyType> |
PolicyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesForTargetRequest.Builder |
ListPoliciesForTargetRequest.Builder.filter(PolicyType filter)
The type of policy that you want to include in the returned list.
|
ListPoliciesRequest.Builder |
ListPoliciesRequest.Builder.filter(PolicyType filter)
Specifies the type of policy that you want to include in the response.
|
DisablePolicyTypeRequest.Builder |
DisablePolicyTypeRequest.Builder.policyType(PolicyType policyType)
The policy type that you want to disable in this root.
|
EnablePolicyTypeRequest.Builder |
EnablePolicyTypeRequest.Builder.policyType(PolicyType policyType)
The policy type that you want to enable.
|
CreatePolicyRequest.Builder |
CreatePolicyRequest.Builder.type(PolicyType type)
The type of policy to create.
|
PolicyTypeSummary.Builder |
PolicyTypeSummary.Builder.type(PolicyType type)
The name of the policy type.
|
PolicySummary.Builder |
PolicySummary.Builder.type(PolicyType type)
The type of policy.
|
Copyright © 2023. All rights reserved.