Uses of Class
software.amazon.awssdk.services.customerprofiles.model.BatchGetProfileError
-
Packages that use BatchGetProfileError Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of BatchGetProfileError in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type BatchGetProfileError Modifier and Type Method Description List<BatchGetProfileError>BatchGetProfileResponse. errors()For information about the errors that are common to all actions, see Common Errors.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type BatchGetProfileError Modifier and Type Method Description BatchGetProfileResponse.BuilderBatchGetProfileResponse.Builder. errors(BatchGetProfileError... errors)For information about the errors that are common to all actions, see Common Errors.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type BatchGetProfileError Modifier and Type Method Description BatchGetProfileResponse.BuilderBatchGetProfileResponse.Builder. errors(Collection<BatchGetProfileError> errors)For information about the errors that are common to all actions, see Common Errors.
-