Uses of Class
software.amazon.awssdk.services.cleanrooms.model.BatchGetCollaborationAnalysisTemplateError
-
Packages that use BatchGetCollaborationAnalysisTemplateError Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of BatchGetCollaborationAnalysisTemplateError in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type BatchGetCollaborationAnalysisTemplateError Modifier and Type Method Description List<BatchGetCollaborationAnalysisTemplateError>BatchGetCollaborationAnalysisTemplateResponse. errors()Error reasons for collaboration analysis templates that could not be retrieved.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type BatchGetCollaborationAnalysisTemplateError Modifier and Type Method Description BatchGetCollaborationAnalysisTemplateResponse.BuilderBatchGetCollaborationAnalysisTemplateResponse.Builder. errors(BatchGetCollaborationAnalysisTemplateError... errors)Error reasons for collaboration analysis templates that could not be retrieved.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type BatchGetCollaborationAnalysisTemplateError Modifier and Type Method Description BatchGetCollaborationAnalysisTemplateResponse.BuilderBatchGetCollaborationAnalysisTemplateResponse.Builder. errors(Collection<BatchGetCollaborationAnalysisTemplateError> errors)Error reasons for collaboration analysis templates that could not be retrieved.
-