| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static SharingModel |
SharingModel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SharingModel |
CreateFolderRequest.sharingModel()
An optional parameter that determines the sharing scope of the folder.
|
SharingModel |
FolderSummary.sharingModel()
The sharing scope of the folder.
|
SharingModel |
Folder.sharingModel()
The sharing scope of the folder.
|
static SharingModel |
SharingModel.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SharingModel> |
SharingModel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFolderRequest.Builder |
CreateFolderRequest.Builder.sharingModel(SharingModel sharingModel)
An optional parameter that determines the sharing scope of the folder.
|
FolderSummary.Builder |
FolderSummary.Builder.sharingModel(SharingModel sharingModel)
The sharing scope of the folder.
|
Folder.Builder |
Folder.Builder.sharingModel(SharingModel sharingModel)
The sharing scope of the folder.
|
Copyright © 2023. All rights reserved.