Uses of Class
software.amazon.awssdk.services.macie2.model.BatchGetCustomDataIdentifierSummary
-
Packages that use BatchGetCustomDataIdentifierSummary Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of BatchGetCustomDataIdentifierSummary in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type BatchGetCustomDataIdentifierSummary Modifier and Type Method Description List<BatchGetCustomDataIdentifierSummary>BatchGetCustomDataIdentifiersResponse. customDataIdentifiers()An array of objects, one for each custom data identifier that matches the criteria specified in the request.Methods in software.amazon.awssdk.services.macie2.model with parameters of type BatchGetCustomDataIdentifierSummary Modifier and Type Method Description BatchGetCustomDataIdentifiersResponse.BuilderBatchGetCustomDataIdentifiersResponse.Builder. customDataIdentifiers(BatchGetCustomDataIdentifierSummary... customDataIdentifiers)An array of objects, one for each custom data identifier that matches the criteria specified in the request.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type BatchGetCustomDataIdentifierSummary Modifier and Type Method Description BatchGetCustomDataIdentifiersResponse.BuilderBatchGetCustomDataIdentifiersResponse.Builder. customDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)An array of objects, one for each custom data identifier that matches the criteria specified in the request.
-