Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ErrorResourceType
-
Packages that use ErrorResourceType Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of ErrorResourceType in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return ErrorResourceType Modifier and Type Method Description static ErrorResourceTypeErrorResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ErrorResourceTypeErrorResponse. resourceType()The type of resource.static ErrorResourceTypeErrorResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorResourceType[]ErrorResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type ErrorResourceType Modifier and Type Method Description static Set<ErrorResourceType>ErrorResourceType. knownValues()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type ErrorResourceType Modifier and Type Method Description ErrorResponse.BuilderErrorResponse.Builder. resourceType(ErrorResourceType resourceType)The type of resource.
-