Uses of Class
software.amazon.awssdk.services.quicksight.model.DeleteTopicRefreshScheduleResponse
-
Packages that use DeleteTopicRefreshScheduleResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DeleteTopicRefreshScheduleResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DeleteTopicRefreshScheduleResponse Modifier and Type Method Description default DeleteTopicRefreshScheduleResponse
QuickSightClient. deleteTopicRefreshSchedule(Consumer<DeleteTopicRefreshScheduleRequest.Builder> deleteTopicRefreshScheduleRequest)
Deletes a topic refresh schedule.default DeleteTopicRefreshScheduleResponse
QuickSightClient. deleteTopicRefreshSchedule(DeleteTopicRefreshScheduleRequest deleteTopicRefreshScheduleRequest)
Deletes a topic refresh schedule.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DeleteTopicRefreshScheduleResponse Modifier and Type Method Description default CompletableFuture<DeleteTopicRefreshScheduleResponse>
QuickSightAsyncClient. deleteTopicRefreshSchedule(Consumer<DeleteTopicRefreshScheduleRequest.Builder> deleteTopicRefreshScheduleRequest)
Deletes a topic refresh schedule.default CompletableFuture<DeleteTopicRefreshScheduleResponse>
QuickSightAsyncClient. deleteTopicRefreshSchedule(DeleteTopicRefreshScheduleRequest deleteTopicRefreshScheduleRequest)
Deletes a topic refresh schedule.
-