Uses of Class
software.amazon.awssdk.services.macie2.model.S3JobDefinition
-
Packages that use S3JobDefinition Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of S3JobDefinition in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return S3JobDefinition Modifier and Type Method Description S3JobDefinitionCreateClassificationJobRequest. s3JobDefinition()The S3 buckets that contain the objects to analyze, and the scope of that analysis.S3JobDefinitionDescribeClassificationJobResponse. s3JobDefinition()The S3 buckets that contain the objects to analyze, and the scope of that analysis.Methods in software.amazon.awssdk.services.macie2.model with parameters of type S3JobDefinition Modifier and Type Method Description CreateClassificationJobRequest.BuilderCreateClassificationJobRequest.Builder. s3JobDefinition(S3JobDefinition s3JobDefinition)The S3 buckets that contain the objects to analyze, and the scope of that analysis.DescribeClassificationJobResponse.BuilderDescribeClassificationJobResponse.Builder. s3JobDefinition(S3JobDefinition s3JobDefinition)The S3 buckets that contain the objects to analyze, and the scope of that analysis.
-