Uses of Class
software.amazon.awssdk.services.macie2.model.ListCustomDataIdentifiersResponse
-
Packages that use ListCustomDataIdentifiersResponse Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.paginators -
-
Uses of ListCustomDataIdentifiersResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return ListCustomDataIdentifiersResponse Modifier and Type Method Description default ListCustomDataIdentifiersResponseMacie2Client. listCustomDataIdentifiers(Consumer<ListCustomDataIdentifiersRequest.Builder> listCustomDataIdentifiersRequest)Retrieves a subset of information about the custom data identifiers for an account.default ListCustomDataIdentifiersResponseMacie2Client. listCustomDataIdentifiers(ListCustomDataIdentifiersRequest listCustomDataIdentifiersRequest)Retrieves a subset of information about the custom data identifiers for an account.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type ListCustomDataIdentifiersResponse Modifier and Type Method Description default CompletableFuture<ListCustomDataIdentifiersResponse>Macie2AsyncClient. listCustomDataIdentifiers(Consumer<ListCustomDataIdentifiersRequest.Builder> listCustomDataIdentifiersRequest)Retrieves a subset of information about the custom data identifiers for an account.default CompletableFuture<ListCustomDataIdentifiersResponse>Macie2AsyncClient. listCustomDataIdentifiers(ListCustomDataIdentifiersRequest listCustomDataIdentifiersRequest)Retrieves a subset of information about the custom data identifiers for an account. -
Uses of ListCustomDataIdentifiersResponse in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type ListCustomDataIdentifiersResponse Modifier and Type Method Description Iterator<ListCustomDataIdentifiersResponse>ListCustomDataIdentifiersIterable. iterator()Method parameters in software.amazon.awssdk.services.macie2.paginators with type arguments of type ListCustomDataIdentifiersResponse Modifier and Type Method Description voidListCustomDataIdentifiersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomDataIdentifiersResponse> subscriber)
-