Uses of Class
software.amazon.awssdk.services.clouddirectory.model.BatchReadExceptionType
-
Packages that use BatchReadExceptionType Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchReadExceptionType in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchReadExceptionType Modifier and Type Method Description static BatchReadExceptionTypeBatchReadExceptionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BatchReadExceptionTypeBatchReadException. type()A type of exception, such asInvalidArnException.static BatchReadExceptionTypeBatchReadExceptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchReadExceptionType[]BatchReadExceptionType. 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 BatchReadExceptionType Modifier and Type Method Description static Set<BatchReadExceptionType>BatchReadExceptionType. knownValues()Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type BatchReadExceptionType Modifier and Type Method Description BatchReadException.BuilderBatchReadException.Builder. type(BatchReadExceptionType type)A type of exception, such asInvalidArnException.
-