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