| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static PolicyType |
PolicyType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
ListPoliciesForTargetRequest.setFilter(PolicyType filter)
The type of policy that you want to include in the returned list.
|
void |
ListPoliciesRequest.setFilter(PolicyType filter)
Specifies the type of policy that you want to include in the response.
|
void |
DisablePolicyTypeRequest.setPolicyType(PolicyType policyType)
The policy type that you want to disable in this root.
|
void |
EnablePolicyTypeRequest.setPolicyType(PolicyType policyType)
The policy type that you want to enable.
|
void |
PolicySummary.setType(PolicyType type)
The type of policy.
|
void |
PolicyTypeSummary.setType(PolicyType type)
The name of the policy type.
|
void |
CreatePolicyRequest.setType(PolicyType type)
The type of policy to create.
|
ListPoliciesForTargetRequest |
ListPoliciesForTargetRequest.withFilter(PolicyType filter)
The type of policy that you want to include in the returned list.
|
ListPoliciesRequest |
ListPoliciesRequest.withFilter(PolicyType filter)
Specifies the type of policy that you want to include in the response.
|
DisablePolicyTypeRequest |
DisablePolicyTypeRequest.withPolicyType(PolicyType policyType)
The policy type that you want to disable in this root.
|
EnablePolicyTypeRequest |
EnablePolicyTypeRequest.withPolicyType(PolicyType policyType)
The policy type that you want to enable.
|
PolicySummary |
PolicySummary.withType(PolicyType type)
The type of policy.
|
PolicyTypeSummary |
PolicyTypeSummary.withType(PolicyType type)
The name of the policy type.
|
CreatePolicyRequest |
CreatePolicyRequest.withType(PolicyType type)
The type of policy to create.
|
Copyright © 2019. All rights reserved.