Uses of Class
software.amazon.awssdk.services.qconnect.model.QuickResponseStatus
-
Packages that use QuickResponseStatus Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of QuickResponseStatus in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return QuickResponseStatus Modifier and Type Method Description static QuickResponseStatusQuickResponseStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuickResponseStatusQuickResponseData. status()The status of the quick response data.QuickResponseStatusQuickResponseSearchResultData. status()The resource status of the quick response.QuickResponseStatusQuickResponseSummary. status()The resource status of the quick response.static QuickResponseStatusQuickResponseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static QuickResponseStatus[]QuickResponseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type QuickResponseStatus Modifier and Type Method Description static Set<QuickResponseStatus>QuickResponseStatus. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type QuickResponseStatus Modifier and Type Method Description QuickResponseData.BuilderQuickResponseData.Builder. status(QuickResponseStatus status)The status of the quick response data.QuickResponseSearchResultData.BuilderQuickResponseSearchResultData.Builder. status(QuickResponseStatus status)The resource status of the quick response.QuickResponseSummary.BuilderQuickResponseSummary.Builder. status(QuickResponseStatus status)The resource status of the quick response.
-