Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.NamespaceDeletionStatusErrorCodes
-
Packages that use NamespaceDeletionStatusErrorCodes Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of NamespaceDeletionStatusErrorCodes in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return NamespaceDeletionStatusErrorCodes Modifier and Type Method Description NamespaceDeletionStatusErrorCodesGetNamespaceDeletionStatusResponse. errorCode()An error code returned by the namespace deletion task.static NamespaceDeletionStatusErrorCodesNamespaceDeletionStatusErrorCodes. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NamespaceDeletionStatusErrorCodesNamespaceDeletionStatusErrorCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static NamespaceDeletionStatusErrorCodes[]NamespaceDeletionStatusErrorCodes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type NamespaceDeletionStatusErrorCodes Modifier and Type Method Description static Set<NamespaceDeletionStatusErrorCodes>NamespaceDeletionStatusErrorCodes. knownValues()Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type NamespaceDeletionStatusErrorCodes Modifier and Type Method Description GetNamespaceDeletionStatusResponse.BuilderGetNamespaceDeletionStatusResponse.Builder. errorCode(NamespaceDeletionStatusErrorCodes errorCode)An error code returned by the namespace deletion task.
-