Uses of Class
software.amazon.awssdk.services.macie2.model.IsMonitoredByJob
-
Packages that use IsMonitoredByJob Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of IsMonitoredByJob in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return IsMonitoredByJob Modifier and Type Method Description static IsMonitoredByJobIsMonitoredByJob. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IsMonitoredByJobJobDetails. isMonitoredByJob()Specifies whether any recurring jobs are configured to analyze objects in the bucket.static IsMonitoredByJobIsMonitoredByJob. valueOf(String name)Returns the enum constant of this type with the specified name.static IsMonitoredByJob[]IsMonitoredByJob. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type IsMonitoredByJob Modifier and Type Method Description static Set<IsMonitoredByJob>IsMonitoredByJob. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type IsMonitoredByJob Modifier and Type Method Description JobDetails.BuilderJobDetails.Builder. isMonitoredByJob(IsMonitoredByJob isMonitoredByJob)Specifies whether any recurring jobs are configured to analyze objects in the bucket.
-