Uses of Class
software.amazon.awssdk.services.clouddirectory.model.BatchWriteExceptionType
-
Packages that use BatchWriteExceptionType Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchWriteExceptionType in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchWriteExceptionType Modifier and Type Method Description static BatchWriteExceptionTypeBatchWriteExceptionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BatchWriteExceptionTypeBatchWriteException. type()Returns the value of the Type property for this object.static BatchWriteExceptionTypeBatchWriteExceptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchWriteExceptionType[]BatchWriteExceptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchWriteExceptionType Modifier and Type Method Description static Set<BatchWriteExceptionType>BatchWriteExceptionType. knownValues()Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type BatchWriteExceptionType Modifier and Type Method Description BatchWriteException.BuilderBatchWriteException.Builder. type(BatchWriteExceptionType type)Sets the value of the Type property for this object.
-