Uses of Class
software.amazon.awssdk.services.location.model.BatchItemErrorCode
-
Packages that use BatchItemErrorCode Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchItemErrorCode in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return BatchItemErrorCode Modifier and Type Method Description BatchItemErrorCodeBatchItemError. code()The error code associated with the batch request error.static BatchItemErrorCodeBatchItemErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BatchItemErrorCodeBatchItemErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchItemErrorCode[]BatchItemErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchItemErrorCode Modifier and Type Method Description static Set<BatchItemErrorCode>BatchItemErrorCode. knownValues()Methods in software.amazon.awssdk.services.location.model with parameters of type BatchItemErrorCode Modifier and Type Method Description BatchItemError.BuilderBatchItemError.Builder. code(BatchItemErrorCode code)The error code associated with the batch request error.
-