Uses of Class
software.amazon.awssdk.services.macie2.model.S3Destination
-
Packages that use S3Destination Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of S3Destination in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return S3Destination Modifier and Type Method Description S3DestinationClassificationExportConfiguration. s3Destination()The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.Methods in software.amazon.awssdk.services.macie2.model with parameters of type S3Destination Modifier and Type Method Description ClassificationExportConfiguration.BuilderClassificationExportConfiguration.Builder. s3Destination(S3Destination s3Destination)The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
-