Uses of Class
software.amazon.awssdk.services.fms.model.DependentServiceName
-
Packages that use DependentServiceName Package Description software.amazon.awssdk.services.fms.model -
-
Uses of DependentServiceName in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return DependentServiceName Modifier and Type Method Description static DependentServiceNameDependentServiceName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DependentServiceNameDependentServiceName. 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.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type DependentServiceName Modifier and Type Method Description Map<DependentServiceName,String>PolicyComplianceDetail. issueInfoMap()Details about problems with dependent services, such as WAF or Config, and the error message received that indicates the problem with the service.Map<DependentServiceName,String>PolicyComplianceStatus. issueInfoMap()Details about problems with dependent services, such as WAF or Config, and the error message received that indicates the problem with the service.static Set<DependentServiceName>DependentServiceName. knownValues()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type DependentServiceName Modifier and Type Method Description PolicyComplianceDetail.BuilderPolicyComplianceDetail.Builder. issueInfoMap(Map<DependentServiceName,String> issueInfoMap)Details about problems with dependent services, such as WAF or Config, and the error message received that indicates the problem with the service.PolicyComplianceStatus.BuilderPolicyComplianceStatus.Builder. issueInfoMap(Map<DependentServiceName,String> issueInfoMap)Details about problems with dependent services, such as WAF or Config, and the error message received that indicates the problem with the service.
-