| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static DependentServiceName |
DependentServiceName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DependentServiceName |
DependentServiceName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependentServiceName[] |
DependentServiceName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<DependentServiceName,String> |
PolicyComplianceDetail.issueInfoMap()
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to be
non-compliant.
|
Map<DependentServiceName,String> |
PolicyComplianceStatus.issueInfoMap()
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to be
non-compliant.
|
static Set<DependentServiceName> |
DependentServiceName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.issueInfoMap(Map<DependentServiceName,String> issueInfoMap)
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to
be non-compliant.
|
PolicyComplianceStatus.Builder |
PolicyComplianceStatus.Builder.issueInfoMap(Map<DependentServiceName,String> issueInfoMap)
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to
be non-compliant.
|
Copyright © 2019. All rights reserved.