| 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 |
|---|---|
GetCustomDataIdentifierResult |
AbstractAmazonMacie2.getCustomDataIdentifier(GetCustomDataIdentifierRequest request) |
GetCustomDataIdentifierResult |
AmazonMacie2Client.getCustomDataIdentifier(GetCustomDataIdentifierRequest request)
Retrieves the criteria and other settings for a custom data identifier.
|
GetCustomDataIdentifierResult |
AmazonMacie2.getCustomDataIdentifier(GetCustomDataIdentifierRequest getCustomDataIdentifierRequest)
Retrieves the criteria and other settings for a custom data identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCustomDataIdentifierResult> |
AbstractAmazonMacie2Async.getCustomDataIdentifierAsync(GetCustomDataIdentifierRequest request,
AsyncHandler<GetCustomDataIdentifierRequest,GetCustomDataIdentifierResult> asyncHandler) |
Future<GetCustomDataIdentifierResult> |
AmazonMacie2Async.getCustomDataIdentifierAsync(GetCustomDataIdentifierRequest getCustomDataIdentifierRequest,
AsyncHandler<GetCustomDataIdentifierRequest,GetCustomDataIdentifierResult> asyncHandler)
Retrieves the criteria and other settings for a custom data identifier.
|
Future<GetCustomDataIdentifierResult> |
AmazonMacie2AsyncClient.getCustomDataIdentifierAsync(GetCustomDataIdentifierRequest request,
AsyncHandler<GetCustomDataIdentifierRequest,GetCustomDataIdentifierResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.clone() |
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withDeleted(Boolean deleted)
Specifies whether the custom data identifier was deleted.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withDescription(String description)
The custom description of the custom data identifier.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withId(String id)
The unique identifier for the custom data identifier.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withIgnoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withIgnoreWords(String... ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withKeywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must precede and be within
proximity (maximumMatchDistance) of the regular expression to match.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withKeywords(String... keywords)
An array that lists specific character sequences (keywords), one of which must precede and be within
proximity (maximumMatchDistance) of the regular expression to match.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withMaximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between the end of at least one complete character sequence
specified by the keywords array and the end of the text that matches the regex pattern.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withName(String name)
The custom name of the custom data identifier.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withRegex(String regex)
The regular expression (regex) that defines the pattern to match.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withSeverityLevels(Collection<SeverityLevel> severityLevels)
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number
of occurrences of text that matches the custom data identifier's detection criteria.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withSeverityLevels(SeverityLevel... severityLevels)
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number
of occurrences of text that matches the custom data identifier's detection criteria.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data
identifier.
|
Copyright © 2022. All rights reserved.