Uses of Class
software.amazon.awssdk.services.guardduty.model.ManagementType
-
Packages that use ManagementType Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ManagementType in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ManagementType Modifier and Type Method Description static ManagementTypeManagementType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ManagementTypeCoverageEksClusterDetails. managementType()Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.static ManagementTypeManagementType. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagementType[]ManagementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ManagementType Modifier and Type Method Description static Set<ManagementType>ManagementType. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ManagementType Modifier and Type Method Description CoverageEksClusterDetails.BuilderCoverageEksClusterDetails.Builder. managementType(ManagementType managementType)Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
-