| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomDataIdentifiersResponse |
Macie2Client.listCustomDataIdentifiers(Consumer<ListCustomDataIdentifiersRequest.Builder> listCustomDataIdentifiersRequest)
Retrieves a subset of information about all the custom data identifiers for an account.
|
default ListCustomDataIdentifiersResponse |
Macie2Client.listCustomDataIdentifiers(ListCustomDataIdentifiersRequest listCustomDataIdentifiersRequest)
Retrieves a subset of information about all the custom data identifiers for an account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCustomDataIdentifiersResponse> |
Macie2AsyncClient.listCustomDataIdentifiers(Consumer<ListCustomDataIdentifiersRequest.Builder> listCustomDataIdentifiersRequest)
Retrieves a subset of information about all the custom data identifiers for an account.
|
default CompletableFuture<ListCustomDataIdentifiersResponse> |
Macie2AsyncClient.listCustomDataIdentifiers(ListCustomDataIdentifiersRequest listCustomDataIdentifiersRequest)
Retrieves a subset of information about all the custom data identifiers for an account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCustomDataIdentifiersResponse> |
ListCustomDataIdentifiersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomDataIdentifiersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCustomDataIdentifiersResponse> subscriber) |
Copyright © 2022. All rights reserved.