| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomDataIdentifierSummary |
BatchGetCustomDataIdentifierSummary.clone() |
BatchGetCustomDataIdentifierSummary |
BatchGetCustomDataIdentifierSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
BatchGetCustomDataIdentifierSummary |
BatchGetCustomDataIdentifierSummary.withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
BatchGetCustomDataIdentifierSummary |
BatchGetCustomDataIdentifierSummary.withDeleted(Boolean deleted)
Specifies whether the custom data identifier was deleted.
|
BatchGetCustomDataIdentifierSummary |
BatchGetCustomDataIdentifierSummary.withDescription(String description)
The custom description of the custom data identifier.
|
BatchGetCustomDataIdentifierSummary |
BatchGetCustomDataIdentifierSummary.withId(String id)
The unique identifier for the custom data identifier.
|
BatchGetCustomDataIdentifierSummary |
BatchGetCustomDataIdentifierSummary.withName(String name)
The custom name of the custom data identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetCustomDataIdentifierSummary> |
BatchGetCustomDataIdentifiersResult.getCustomDataIdentifiers()
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomDataIdentifiersResult |
BatchGetCustomDataIdentifiersResult.withCustomDataIdentifiers(BatchGetCustomDataIdentifierSummary... customDataIdentifiers)
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetCustomDataIdentifiersResult.setCustomDataIdentifiers(Collection<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.
|
Copyright © 2022. All rights reserved.