| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata |
The FinSpace APIs let you take actions inside the FinSpace.
|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDataViewsResult> |
AWSFinSpaceDataAsyncClient.listDataViewsAsync(ListDataViewsRequest request,
AsyncHandler<ListDataViewsRequest,ListDataViewsResult> asyncHandler) |
Future<ListDataViewsResult> |
AWSFinSpaceDataAsync.listDataViewsAsync(ListDataViewsRequest listDataViewsRequest,
AsyncHandler<ListDataViewsRequest,ListDataViewsResult> asyncHandler)
Lists all available Dataviews for a Dataset.
|
Future<ListDataViewsResult> |
AbstractAWSFinSpaceDataAsync.listDataViewsAsync(ListDataViewsRequest request,
AsyncHandler<ListDataViewsRequest,ListDataViewsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDataViewsRequest |
ListDataViewsRequest.clone() |
ListDataViewsRequest |
ListDataViewsRequest.withDatasetId(String datasetId)
The unique identifier of the Dataset for which to retrieve Dataviews.
|
ListDataViewsRequest |
ListDataViewsRequest.withMaxResults(Integer maxResults)
The maximum number of results per page.
|
ListDataViewsRequest |
ListDataViewsRequest.withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
Copyright © 2022. All rights reserved.