Uses of Class
software.amazon.awssdk.services.macie2.model.BatchGetCustomDataIdentifiersResponse
-
Packages that use BatchGetCustomDataIdentifiersResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of BatchGetCustomDataIdentifiersResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return BatchGetCustomDataIdentifiersResponse Modifier and Type Method Description default BatchGetCustomDataIdentifiersResponseMacie2Client. batchGetCustomDataIdentifiers(Consumer<BatchGetCustomDataIdentifiersRequest.Builder> batchGetCustomDataIdentifiersRequest)Retrieves information about one or more custom data identifiers.default BatchGetCustomDataIdentifiersResponseMacie2Client. batchGetCustomDataIdentifiers(BatchGetCustomDataIdentifiersRequest batchGetCustomDataIdentifiersRequest)Retrieves information about one or more custom data identifiers.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type BatchGetCustomDataIdentifiersResponse Modifier and Type Method Description default CompletableFuture<BatchGetCustomDataIdentifiersResponse>Macie2AsyncClient. batchGetCustomDataIdentifiers(Consumer<BatchGetCustomDataIdentifiersRequest.Builder> batchGetCustomDataIdentifiersRequest)Retrieves information about one or more custom data identifiers.default CompletableFuture<BatchGetCustomDataIdentifiersResponse>Macie2AsyncClient. batchGetCustomDataIdentifiers(BatchGetCustomDataIdentifiersRequest batchGetCustomDataIdentifiersRequest)Retrieves information about one or more custom data identifiers.
-