Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListDataSetsRequest.Builder
-
Packages that use ListDataSetsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListDataSetsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type ListDataSetsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDataSetsResponse>QuickSightAsyncClient. listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.default ListDataSetsResponseQuickSightClient. listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.default ListDataSetsPublisherQuickSightAsyncClient. listDataSetsPaginator(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)This is a variant ofQuickSightAsyncClient.listDataSets(software.amazon.awssdk.services.quicksight.model.ListDataSetsRequest)operation.default ListDataSetsIterableQuickSightClient. listDataSetsPaginator(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)This is a variant ofQuickSightClient.listDataSets(software.amazon.awssdk.services.quicksight.model.ListDataSetsRequest)operation. -
Uses of ListDataSetsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListDataSetsRequest.Builder Modifier and Type Method Description ListDataSetsRequest.BuilderListDataSetsRequest.Builder. awsAccountId(String awsAccountId)The Amazon Web Services account ID.static ListDataSetsRequest.BuilderListDataSetsRequest. builder()ListDataSetsRequest.BuilderListDataSetsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per request.ListDataSetsRequest.BuilderListDataSetsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListDataSetsRequest.BuilderListDataSetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataSetsRequest.BuilderListDataSetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataSetsRequest.BuilderListDataSetsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListDataSetsRequest.Builder Modifier and Type Method Description static Class<? extends ListDataSetsRequest.Builder>ListDataSetsRequest. serializableBuilderClass()
-