| Package | Description |
|---|---|
| com.amazonaws.services.macie2 |
Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern
matching to discover and protect your sensitive data in AWS.
|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomDataIdentifiersResult |
AbstractAmazonMacie2.batchGetCustomDataIdentifiers(BatchGetCustomDataIdentifiersRequest request) |
BatchGetCustomDataIdentifiersResult |
AmazonMacie2.batchGetCustomDataIdentifiers(BatchGetCustomDataIdentifiersRequest batchGetCustomDataIdentifiersRequest)
Retrieves information about one or more custom data identifiers.
|
BatchGetCustomDataIdentifiersResult |
AmazonMacie2Client.batchGetCustomDataIdentifiers(BatchGetCustomDataIdentifiersRequest request)
Retrieves information about one or more custom data identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetCustomDataIdentifiersResult> |
AmazonMacie2Async.batchGetCustomDataIdentifiersAsync(BatchGetCustomDataIdentifiersRequest batchGetCustomDataIdentifiersRequest,
AsyncHandler<BatchGetCustomDataIdentifiersRequest,BatchGetCustomDataIdentifiersResult> asyncHandler)
Retrieves information about one or more custom data identifiers.
|
Future<BatchGetCustomDataIdentifiersResult> |
AmazonMacie2AsyncClient.batchGetCustomDataIdentifiersAsync(BatchGetCustomDataIdentifiersRequest request,
AsyncHandler<BatchGetCustomDataIdentifiersRequest,BatchGetCustomDataIdentifiersResult> asyncHandler) |
Future<BatchGetCustomDataIdentifiersResult> |
AbstractAmazonMacie2Async.batchGetCustomDataIdentifiersAsync(BatchGetCustomDataIdentifiersRequest request,
AsyncHandler<BatchGetCustomDataIdentifiersRequest,BatchGetCustomDataIdentifiersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomDataIdentifiersResult |
BatchGetCustomDataIdentifiersResult.clone() |
BatchGetCustomDataIdentifiersResult |
BatchGetCustomDataIdentifiersResult.withCustomDataIdentifiers(BatchGetCustomDataIdentifierSummary... customDataIdentifiers)
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
|
BatchGetCustomDataIdentifiersResult |
BatchGetCustomDataIdentifiersResult.withCustomDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
|
BatchGetCustomDataIdentifiersResult |
BatchGetCustomDataIdentifiersResult.withNotFoundIdentifierIds(Collection<String> notFoundIdentifierIds)
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but
doesn't correlate to an existing custom data identifier.
|
BatchGetCustomDataIdentifiersResult |
BatchGetCustomDataIdentifiersResult.withNotFoundIdentifierIds(String... notFoundIdentifierIds)
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but
doesn't correlate to an existing custom data identifier.
|
Copyright © 2021. All rights reserved.