Uses of Class
software.amazon.awssdk.services.quicksight.model.DescribeDashboardDefinitionResponse
-
Packages that use DescribeDashboardDefinitionResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DescribeDashboardDefinitionResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DescribeDashboardDefinitionResponse Modifier and Type Method Description default DescribeDashboardDefinitionResponseQuickSightClient. describeDashboardDefinition(Consumer<DescribeDashboardDefinitionRequest.Builder> describeDashboardDefinitionRequest)Provides a detailed description of the definition of a dashboard.default DescribeDashboardDefinitionResponseQuickSightClient. describeDashboardDefinition(DescribeDashboardDefinitionRequest describeDashboardDefinitionRequest)Provides a detailed description of the definition of a dashboard.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DescribeDashboardDefinitionResponse Modifier and Type Method Description default CompletableFuture<DescribeDashboardDefinitionResponse>QuickSightAsyncClient. describeDashboardDefinition(Consumer<DescribeDashboardDefinitionRequest.Builder> describeDashboardDefinitionRequest)Provides a detailed description of the definition of a dashboard.default CompletableFuture<DescribeDashboardDefinitionResponse>QuickSightAsyncClient. describeDashboardDefinition(DescribeDashboardDefinitionRequest describeDashboardDefinitionRequest)Provides a detailed description of the definition of a dashboard.
-