| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2 |
Amazon Macie
|
| 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 © 2023. All rights reserved.