| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static ManagedDataIdentifierSelector |
ManagedDataIdentifierSelector.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ManagedDataIdentifierSelector |
CreateClassificationJobRequest.managedDataIdentifierSelector()
The selection type to apply when determining which managed data identifiers the job uses to analyze data.
|
ManagedDataIdentifierSelector |
DescribeClassificationJobResponse.managedDataIdentifierSelector()
The selection type that determines which managed data identifiers the job uses to analyze data.
|
static ManagedDataIdentifierSelector |
ManagedDataIdentifierSelector.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ManagedDataIdentifierSelector> |
ManagedDataIdentifierSelector.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateClassificationJobRequest.Builder |
CreateClassificationJobRequest.Builder.managedDataIdentifierSelector(ManagedDataIdentifierSelector managedDataIdentifierSelector)
The selection type to apply when determining which managed data identifiers the job uses to analyze data.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.managedDataIdentifierSelector(ManagedDataIdentifierSelector managedDataIdentifierSelector)
The selection type that determines which managed data identifiers the job uses to analyze data.
|
Copyright © 2023. All rights reserved.