Uses of Interface
software.amazon.awssdk.services.quicksight.model.ExportHiddenFieldsOption.Builder
-
Packages that use ExportHiddenFieldsOption.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ExportHiddenFieldsOption.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ExportHiddenFieldsOption.Builder Modifier and Type Method Description ExportHiddenFieldsOption.BuilderExportHiddenFieldsOption.Builder. availabilityStatus(String availabilityStatus)The status of the export hidden fields options of a dashbaord.ExportHiddenFieldsOption.BuilderExportHiddenFieldsOption.Builder. availabilityStatus(DashboardBehavior availabilityStatus)The status of the export hidden fields options of a dashbaord.static ExportHiddenFieldsOption.BuilderExportHiddenFieldsOption. builder()ExportHiddenFieldsOption.BuilderExportHiddenFieldsOption. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ExportHiddenFieldsOption.Builder Modifier and Type Method Description static Class<? extends ExportHiddenFieldsOption.Builder>ExportHiddenFieldsOption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ExportHiddenFieldsOption.Builder Modifier and Type Method Description default DashboardVisualPublishOptions.BuilderDashboardVisualPublishOptions.Builder. exportHiddenFieldsOption(Consumer<ExportHiddenFieldsOption.Builder> exportHiddenFieldsOption)Determines if hidden fields are included in an exported dashboard.
-