| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static PolicyUsageType |
PolicyUsageType.fromValue(String value)
Use this in place of valueOf.
|
static PolicyUsageType |
PolicyUsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyUsageType[] |
PolicyUsageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPoliciesRequest.setPolicyUsageFilter(PolicyUsageType policyUsageFilter)
The policy usage method to use for filtering the results.
|
void |
ListEntitiesForPolicyRequest.setPolicyUsageFilter(PolicyUsageType policyUsageFilter)
The policy usage method to use for filtering the results.
|
ListPoliciesRequest |
ListPoliciesRequest.withPolicyUsageFilter(PolicyUsageType policyUsageFilter)
The policy usage method to use for filtering the results.
|
ListEntitiesForPolicyRequest |
ListEntitiesForPolicyRequest.withPolicyUsageFilter(PolicyUsageType policyUsageFilter)
The policy usage method to use for filtering the results.
|
Copyright © 2022. All rights reserved.