Uses of Class
software.amazon.awssdk.services.qbusiness.model.ResponseScope
-
Packages that use ResponseScope Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of ResponseScope in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ResponseScope Modifier and Type Method Description static ResponseScopeResponseScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResponseScopeGetChatControlsConfigurationResponse. responseScope()The response scope configured for a Amazon Q Business application.ResponseScopeUpdateChatControlsConfigurationRequest. responseScope()The response scope configured for your application.static ResponseScopeResponseScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseScope[]ResponseScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type ResponseScope Modifier and Type Method Description static Set<ResponseScope>ResponseScope. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type ResponseScope Modifier and Type Method Description GetChatControlsConfigurationResponse.BuilderGetChatControlsConfigurationResponse.Builder. responseScope(ResponseScope responseScope)The response scope configured for a Amazon Q Business application.UpdateChatControlsConfigurationRequest.BuilderUpdateChatControlsConfigurationRequest.Builder. responseScope(ResponseScope responseScope)The response scope configured for your application.
-