Uses of Class
software.amazon.awssdk.services.quicksight.model.CreateTopicRefreshScheduleResponse
-
Packages that use CreateTopicRefreshScheduleResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of CreateTopicRefreshScheduleResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return CreateTopicRefreshScheduleResponse Modifier and Type Method Description default CreateTopicRefreshScheduleResponseQuickSightClient. createTopicRefreshSchedule(Consumer<CreateTopicRefreshScheduleRequest.Builder> createTopicRefreshScheduleRequest)Creates a topic refresh schedule.default CreateTopicRefreshScheduleResponseQuickSightClient. createTopicRefreshSchedule(CreateTopicRefreshScheduleRequest createTopicRefreshScheduleRequest)Creates a topic refresh schedule.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type CreateTopicRefreshScheduleResponse Modifier and Type Method Description default CompletableFuture<CreateTopicRefreshScheduleResponse>QuickSightAsyncClient. createTopicRefreshSchedule(Consumer<CreateTopicRefreshScheduleRequest.Builder> createTopicRefreshScheduleRequest)Creates a topic refresh schedule.default CompletableFuture<CreateTopicRefreshScheduleResponse>QuickSightAsyncClient. createTopicRefreshSchedule(CreateTopicRefreshScheduleRequest createTopicRefreshScheduleRequest)Creates a topic refresh schedule.
-