Uses of Class
software.amazon.awssdk.services.quicksight.model.LinkSharingConfiguration
-
Packages that use LinkSharingConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LinkSharingConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return LinkSharingConfiguration Modifier and Type Method Description LinkSharingConfigurationCreateDashboardRequest. linkSharingConfiguration()A structure that contains the permissions of a shareable link to the dashboard.LinkSharingConfigurationDescribeDashboardPermissionsResponse. linkSharingConfiguration()A structure that contains the configuration of a shareable link that grants access to the dashboard.LinkSharingConfigurationUpdateDashboardPermissionsResponse. linkSharingConfiguration()Updates the permissions of a shared link to an QuickSight dashboard.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type LinkSharingConfiguration Modifier and Type Method Description CreateDashboardRequest.BuilderCreateDashboardRequest.Builder. linkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)A structure that contains the permissions of a shareable link to the dashboard.DescribeDashboardPermissionsResponse.BuilderDescribeDashboardPermissionsResponse.Builder. linkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)A structure that contains the configuration of a shareable link that grants access to the dashboard.UpdateDashboardPermissionsResponse.BuilderUpdateDashboardPermissionsResponse.Builder. linkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)Updates the permissions of a shared link to an QuickSight dashboard.
-