Uses of Class
software.amazon.awssdk.services.macie2.model.S3BucketDefinitionForJob
-
Packages that use S3BucketDefinitionForJob Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of S3BucketDefinitionForJob in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type S3BucketDefinitionForJob Modifier and Type Method Description List<S3BucketDefinitionForJob>JobSummary. bucketDefinitions()An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to analyze.List<S3BucketDefinitionForJob>S3JobDefinition. bucketDefinitions()An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.Methods in software.amazon.awssdk.services.macie2.model with parameters of type S3BucketDefinitionForJob Modifier and Type Method Description JobSummary.BuilderJobSummary.Builder. bucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to analyze.S3JobDefinition.BuilderS3JobDefinition.Builder. bucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type S3BucketDefinitionForJob Modifier and Type Method Description JobSummary.BuilderJobSummary.Builder. bucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to analyze.S3JobDefinition.BuilderS3JobDefinition.Builder. bucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
-