Uses of Class
software.amazon.awssdk.services.macie2.model.ManagedDataIdentifierSelector
-
Packages that use ManagedDataIdentifierSelector Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of ManagedDataIdentifierSelector in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return ManagedDataIdentifierSelector Modifier and Type Method Description static ManagedDataIdentifierSelectorManagedDataIdentifierSelector. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ManagedDataIdentifierSelectorCreateClassificationJobRequest. managedDataIdentifierSelector()The selection type to apply when determining which managed data identifiers the job uses to analyze data.ManagedDataIdentifierSelectorDescribeClassificationJobResponse. managedDataIdentifierSelector()The selection type that determines which managed data identifiers the job uses when it analyzes data.static ManagedDataIdentifierSelectorManagedDataIdentifierSelector. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedDataIdentifierSelector[]ManagedDataIdentifierSelector. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type ManagedDataIdentifierSelector Modifier and Type Method Description static Set<ManagedDataIdentifierSelector>ManagedDataIdentifierSelector. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type ManagedDataIdentifierSelector Modifier and Type Method Description CreateClassificationJobRequest.BuilderCreateClassificationJobRequest.Builder. managedDataIdentifierSelector(ManagedDataIdentifierSelector managedDataIdentifierSelector)The selection type to apply when determining which managed data identifiers the job uses to analyze data.DescribeClassificationJobResponse.BuilderDescribeClassificationJobResponse.Builder. managedDataIdentifierSelector(ManagedDataIdentifierSelector managedDataIdentifierSelector)The selection type that determines which managed data identifiers the job uses when it analyzes data.
-