Uses of Class
software.amazon.awssdk.services.macie2.model.ClassificationExportConfiguration
-
Packages that use ClassificationExportConfiguration Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of ClassificationExportConfiguration in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return ClassificationExportConfiguration Modifier and Type Method Description ClassificationExportConfigurationGetClassificationExportConfigurationResponse. configuration()The location where data classification results are stored, and the encryption settings that are used when storing results in that location.ClassificationExportConfigurationPutClassificationExportConfigurationRequest. configuration()The location to store data classification results in, and the encryption settings to use when storing results in that location.ClassificationExportConfigurationPutClassificationExportConfigurationResponse. configuration()The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.Methods in software.amazon.awssdk.services.macie2.model with parameters of type ClassificationExportConfiguration Modifier and Type Method Description GetClassificationExportConfigurationResponse.BuilderGetClassificationExportConfigurationResponse.Builder. configuration(ClassificationExportConfiguration configuration)The location where data classification results are stored, and the encryption settings that are used when storing results in that location.PutClassificationExportConfigurationRequest.BuilderPutClassificationExportConfigurationRequest.Builder. configuration(ClassificationExportConfiguration configuration)The location to store data classification results in, and the encryption settings to use when storing results in that location.PutClassificationExportConfigurationResponse.BuilderPutClassificationExportConfigurationResponse.Builder. configuration(ClassificationExportConfiguration configuration)The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.
-