Uses of Class
software.amazon.awssdk.services.fms.model.SecurityServiceType
-
Packages that use SecurityServiceType Package Description software.amazon.awssdk.services.fms.model -
-
Uses of SecurityServiceType in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return SecurityServiceType Modifier and Type Method Description static SecurityServiceTypeSecurityServiceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SecurityServiceTypePolicySummary. securityServiceType()The service that the policy is using to protect the resources.SecurityServiceTypeGetProtectionStatusResponse. serviceType()The service type that is protected by the policy.SecurityServiceTypeSecurityServicePolicyData. type()The service that the policy is using to protect the resources.static SecurityServiceTypeSecurityServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityServiceType[]SecurityServiceType. 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 SecurityServiceType Modifier and Type Method Description static Set<SecurityServiceType>SecurityServiceType. knownValues()List<SecurityServiceType>PolicyTypeScope. policyTypes()The list of policy types that the specified Firewall Manager administrator can manage.Methods in software.amazon.awssdk.services.fms.model with parameters of type SecurityServiceType Modifier and Type Method Description PolicyTypeScope.BuilderPolicyTypeScope.Builder. policyTypes(SecurityServiceType... policyTypes)The list of policy types that the specified Firewall Manager administrator can manage.PolicySummary.BuilderPolicySummary.Builder. securityServiceType(SecurityServiceType securityServiceType)The service that the policy is using to protect the resources.GetProtectionStatusResponse.BuilderGetProtectionStatusResponse.Builder. serviceType(SecurityServiceType serviceType)The service type that is protected by the policy.SecurityServicePolicyData.BuilderSecurityServicePolicyData.Builder. type(SecurityServiceType type)The service that the policy is using to protect the resources.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type SecurityServiceType Modifier and Type Method Description PolicyTypeScope.BuilderPolicyTypeScope.Builder. policyTypes(Collection<SecurityServiceType> policyTypes)The list of policy types that the specified Firewall Manager administrator can manage.
-