Uses of Class
software.amazon.awssdk.services.quicksight.model.SharingModel
-
Packages that use SharingModel Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SharingModel in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SharingModel Modifier and Type Method Description static SharingModelSharingModel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SharingModelCreateFolderRequest. sharingModel()An optional parameter that determines the sharing scope of the folder.SharingModelFolder. sharingModel()The sharing scope of the folder.SharingModelFolderSummary. sharingModel()The sharing scope of the folder.static SharingModelSharingModel. valueOf(String name)Returns the enum constant of this type with the specified name.static SharingModel[]SharingModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SharingModel Modifier and Type Method Description static Set<SharingModel>SharingModel. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SharingModel Modifier and Type Method Description CreateFolderRequest.BuilderCreateFolderRequest.Builder. sharingModel(SharingModel sharingModel)An optional parameter that determines the sharing scope of the folder.Folder.BuilderFolder.Builder. sharingModel(SharingModel sharingModel)The sharing scope of the folder.FolderSummary.BuilderFolderSummary.Builder. sharingModel(SharingModel sharingModel)The sharing scope of the folder.
-