Uses of Class
software.amazon.awssdk.services.rum.model.BatchCreateRumMetricDefinitionsError
-
Packages that use BatchCreateRumMetricDefinitionsError Package Description software.amazon.awssdk.services.rum.model -
-
Uses of BatchCreateRumMetricDefinitionsError in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type BatchCreateRumMetricDefinitionsError Modifier and Type Method Description List<BatchCreateRumMetricDefinitionsError>BatchCreateRumMetricDefinitionsResponse. errors()An array of error objects, if the operation caused any errors.Methods in software.amazon.awssdk.services.rum.model with parameters of type BatchCreateRumMetricDefinitionsError Modifier and Type Method Description BatchCreateRumMetricDefinitionsResponse.BuilderBatchCreateRumMetricDefinitionsResponse.Builder. errors(BatchCreateRumMetricDefinitionsError... errors)An array of error objects, if the operation caused any errors.Method parameters in software.amazon.awssdk.services.rum.model with type arguments of type BatchCreateRumMetricDefinitionsError Modifier and Type Method Description BatchCreateRumMetricDefinitionsResponse.BuilderBatchCreateRumMetricDefinitionsResponse.Builder. errors(Collection<BatchCreateRumMetricDefinitionsError> errors)An array of error objects, if the operation caused any errors.
-