Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateQuickSightQSearchConfigurationRequest.Builder
-
Packages that use UpdateQuickSightQSearchConfigurationRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateQuickSightQSearchConfigurationRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateQuickSightQSearchConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateQuickSightQSearchConfigurationResponse>QuickSightAsyncClient. updateQuickSightQSearchConfiguration(Consumer<UpdateQuickSightQSearchConfigurationRequest.Builder> updateQuickSightQSearchConfigurationRequest)Updates the state of a QuickSight Q Search configuration.default UpdateQuickSightQSearchConfigurationResponseQuickSightClient. updateQuickSightQSearchConfiguration(Consumer<UpdateQuickSightQSearchConfigurationRequest.Builder> updateQuickSightQSearchConfigurationRequest)Updates the state of a QuickSight Q Search configuration. -
Uses of UpdateQuickSightQSearchConfigurationRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateQuickSightQSearchConfigurationRequest.Builder Modifier and Type Method Description UpdateQuickSightQSearchConfigurationRequest.BuilderUpdateQuickSightQSearchConfigurationRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the QuickSight Q Search configuration that you want to update.static UpdateQuickSightQSearchConfigurationRequest.BuilderUpdateQuickSightQSearchConfigurationRequest. builder()UpdateQuickSightQSearchConfigurationRequest.BuilderUpdateQuickSightQSearchConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateQuickSightQSearchConfigurationRequest.BuilderUpdateQuickSightQSearchConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateQuickSightQSearchConfigurationRequest.BuilderUpdateQuickSightQSearchConfigurationRequest.Builder. qSearchStatus(String qSearchStatus)The status of the QuickSight Q Search configuration that the user wants to update.UpdateQuickSightQSearchConfigurationRequest.BuilderUpdateQuickSightQSearchConfigurationRequest.Builder. qSearchStatus(QSearchStatus qSearchStatus)The status of the QuickSight Q Search configuration that the user wants to update.UpdateQuickSightQSearchConfigurationRequest.BuilderUpdateQuickSightQSearchConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateQuickSightQSearchConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateQuickSightQSearchConfigurationRequest.Builder>UpdateQuickSightQSearchConfigurationRequest. serializableBuilderClass()
-