Uses of Class
software.amazon.awssdk.services.macie2.model.S3BucketCriteriaForJob
-
Packages that use S3BucketCriteriaForJob Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of S3BucketCriteriaForJob in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return S3BucketCriteriaForJob Modifier and Type Method Description S3BucketCriteriaForJobJobSummary. bucketCriteria()The property- and tag-based conditions that determine which S3 buckets are included or excluded from the job's analysis.S3BucketCriteriaForJobS3JobDefinition. bucketCriteria()The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis.Methods in software.amazon.awssdk.services.macie2.model with parameters of type S3BucketCriteriaForJob Modifier and Type Method Description JobSummary.BuilderJobSummary.Builder. bucketCriteria(S3BucketCriteriaForJob bucketCriteria)The property- and tag-based conditions that determine which S3 buckets are included or excluded from the job's analysis.S3JobDefinition.BuilderS3JobDefinition.Builder. bucketCriteria(S3BucketCriteriaForJob bucketCriteria)The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis.
-