| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomerPolicyStatus |
CustomerPolicyStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CustomerPolicyStatus |
Policy.policyStatus()
Indicates whether the policy is in or out of an admin's policy or Region scope.
|
CustomerPolicyStatus |
PolicySummary.policyStatus()
Indicates whether the policy is in or out of an admin's policy or Region scope.
|
static CustomerPolicyStatus |
CustomerPolicyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerPolicyStatus[] |
CustomerPolicyStatus.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<CustomerPolicyStatus> |
CustomerPolicyStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Policy.Builder |
Policy.Builder.policyStatus(CustomerPolicyStatus policyStatus)
Indicates whether the policy is in or out of an admin's policy or Region scope.
|
PolicySummary.Builder |
PolicySummary.Builder.policyStatus(CustomerPolicyStatus policyStatus)
Indicates whether the policy is in or out of an admin's policy or Region scope.
|
Copyright © 2023. All rights reserved.