Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateDashboardLinksRequest.Builder
-
Packages that use UpdateDashboardLinksRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateDashboardLinksRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateDashboardLinksRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateDashboardLinksResponse>QuickSightAsyncClient. updateDashboardLinks(Consumer<UpdateDashboardLinksRequest.Builder> updateDashboardLinksRequest)Updates the linked analyses on a dashboard.default UpdateDashboardLinksResponseQuickSightClient. updateDashboardLinks(Consumer<UpdateDashboardLinksRequest.Builder> updateDashboardLinksRequest)Updates the linked analyses on a dashboard. -
Uses of UpdateDashboardLinksRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateDashboardLinksRequest.Builder Modifier and Type Method Description UpdateDashboardLinksRequest.BuilderUpdateDashboardLinksRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.static UpdateDashboardLinksRequest.BuilderUpdateDashboardLinksRequest. builder()UpdateDashboardLinksRequest.BuilderUpdateDashboardLinksRequest.Builder. dashboardId(String dashboardId)The ID for the dashboard.UpdateDashboardLinksRequest.BuilderUpdateDashboardLinksRequest.Builder. linkEntities(String... linkEntities)list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.UpdateDashboardLinksRequest.BuilderUpdateDashboardLinksRequest.Builder. linkEntities(Collection<String> linkEntities)list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.UpdateDashboardLinksRequest.BuilderUpdateDashboardLinksRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDashboardLinksRequest.BuilderUpdateDashboardLinksRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDashboardLinksRequest.BuilderUpdateDashboardLinksRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateDashboardLinksRequest.Builder Modifier and Type Method Description static Class<? extends UpdateDashboardLinksRequest.Builder>UpdateDashboardLinksRequest. serializableBuilderClass()
-