| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomerPolicyScopeIdType |
CustomerPolicyScopeIdType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CustomerPolicyScopeIdType |
CustomerPolicyScopeIdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerPolicyScopeIdType[] |
CustomerPolicyScopeIdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<CustomerPolicyScopeIdType,List<String>> |
Policy.excludeMap()
Specifies the AWS account IDs to exclude from the policy.
|
Map<CustomerPolicyScopeIdType,List<String>> |
Policy.includeMap()
Specifies the AWS account IDs to include in the policy.
|
static Set<CustomerPolicyScopeIdType> |
CustomerPolicyScopeIdType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Policy.Builder |
Policy.Builder.excludeMap(Map<CustomerPolicyScopeIdType,? extends Collection<String>> excludeMap)
Specifies the AWS account IDs to exclude from the policy.
|
Policy.Builder |
Policy.Builder.includeMap(Map<CustomerPolicyScopeIdType,? extends Collection<String>> includeMap)
Specifies the AWS account IDs to include in the policy.
|
Copyright © 2019. All rights reserved.