Uses of Interface
software.amazon.awssdk.services.quicksight.model.DeleteTopicRequest.Builder
-
Packages that use DeleteTopicRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of DeleteTopicRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type DeleteTopicRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteTopicResponse>QuickSightAsyncClient. deleteTopic(Consumer<DeleteTopicRequest.Builder> deleteTopicRequest)Deletes a topic.default DeleteTopicResponseQuickSightClient. deleteTopic(Consumer<DeleteTopicRequest.Builder> deleteTopicRequest)Deletes a topic. -
Uses of DeleteTopicRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DeleteTopicRequest.Builder Modifier and Type Method Description DeleteTopicRequest.BuilderDeleteTopicRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the topic that you want to delete.static DeleteTopicRequest.BuilderDeleteTopicRequest. builder()DeleteTopicRequest.BuilderDeleteTopicRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTopicRequest.BuilderDeleteTopicRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTopicRequest.BuilderDeleteTopicRequest. toBuilder()DeleteTopicRequest.BuilderDeleteTopicRequest.Builder. topicId(String topicId)The ID of the topic that you want to delete.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DeleteTopicRequest.Builder Modifier and Type Method Description static Class<? extends DeleteTopicRequest.Builder>DeleteTopicRequest. serializableBuilderClass()
-