Uses of Class
software.amazon.awssdk.services.qapps.model.DocumentScope
-
Packages that use DocumentScope Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of DocumentScope in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return DocumentScope Modifier and Type Method Description static DocumentScopeDocumentScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DocumentScopeImportDocumentRequest. scope()Whether the file is associated with an Q App definition or a specific Q App session.static DocumentScopeDocumentScope. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentScope[]DocumentScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type DocumentScope Modifier and Type Method Description static Set<DocumentScope>DocumentScope. knownValues()Methods in software.amazon.awssdk.services.qapps.model with parameters of type DocumentScope Modifier and Type Method Description ImportDocumentRequest.BuilderImportDocumentRequest.Builder. scope(DocumentScope scope)Whether the file is associated with an Q App definition or a specific Q App session.
-