Uses of Class
software.amazon.awssdk.services.macie2.model.JobDetails
-
Packages that use JobDetails Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of JobDetails in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return JobDetails Modifier and Type Method Description JobDetailsBucketMetadata. jobDetails()Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket, and, if so, the details of the job that ran most recently.JobDetailsMatchingBucket. jobDetails()Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket, and, if so, the details of the job that ran most recently.Methods in software.amazon.awssdk.services.macie2.model with parameters of type JobDetails Modifier and Type Method Description BucketMetadata.BuilderBucketMetadata.Builder. jobDetails(JobDetails jobDetails)Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket, and, if so, the details of the job that ran most recently.MatchingBucket.BuilderMatchingBucket.Builder. jobDetails(JobDetails jobDetails)Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket, and, if so, the details of the job that ran most recently.
-