| 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 |
|---|---|
GetDataViewResult |
AbstractAWSFinSpaceData.getDataView(GetDataViewRequest request) |
GetDataViewResult |
AWSFinSpaceDataClient.getDataView(GetDataViewRequest request)
Gets information about a Dataview.
|
GetDataViewResult |
AWSFinSpaceData.getDataView(GetDataViewRequest getDataViewRequest)
Gets information about a Dataview.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDataViewResult> |
AbstractAWSFinSpaceDataAsync.getDataViewAsync(GetDataViewRequest request,
AsyncHandler<GetDataViewRequest,GetDataViewResult> asyncHandler) |
Future<GetDataViewResult> |
AWSFinSpaceDataAsyncClient.getDataViewAsync(GetDataViewRequest request,
AsyncHandler<GetDataViewRequest,GetDataViewResult> asyncHandler) |
Future<GetDataViewResult> |
AWSFinSpaceDataAsync.getDataViewAsync(GetDataViewRequest getDataViewRequest,
AsyncHandler<GetDataViewRequest,GetDataViewResult> asyncHandler)
Gets information about a Dataview.
|
| Modifier and Type | Method and Description |
|---|---|
GetDataViewResult |
GetDataViewResult.clone() |
GetDataViewResult |
GetDataViewResult.withAsOfTimestamp(Long asOfTimestamp)
Time range to use for the Dataview.
|
GetDataViewResult |
GetDataViewResult.withAutoUpdate(Boolean autoUpdate)
Flag to indicate Dataview should be updated automatically.
|
GetDataViewResult |
GetDataViewResult.withCreateTime(Long createTime)
The timestamp at which the Dataview was created in FinSpace.
|
GetDataViewResult |
GetDataViewResult.withDatasetId(String datasetId)
The unique identifier for the Dataset used in the Dataview.
|
GetDataViewResult |
GetDataViewResult.withDataViewArn(String dataViewArn)
The ARN identifier of the Dataview.
|
GetDataViewResult |
GetDataViewResult.withDataViewId(String dataViewId)
The unique identifier for the Dataview.
|
GetDataViewResult |
GetDataViewResult.withDestinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)
Options that define the destination type for the Dataview.
|
GetDataViewResult |
GetDataViewResult.withErrorInfo(DataViewErrorInfo errorInfo)
Information about an error that occurred for the Dataview.
|
GetDataViewResult |
GetDataViewResult.withLastModifiedTime(Long lastModifiedTime)
The last time that a Dataview was modified.
|
GetDataViewResult |
GetDataViewResult.withPartitionColumns(Collection<String> partitionColumns)
Ordered set of column names used to partition data.
|
GetDataViewResult |
GetDataViewResult.withPartitionColumns(String... partitionColumns)
Ordered set of column names used to partition data.
|
GetDataViewResult |
GetDataViewResult.withSortColumns(Collection<String> sortColumns)
Columns to be used for sorting the data.
|
GetDataViewResult |
GetDataViewResult.withSortColumns(String... sortColumns)
Columns to be used for sorting the data.
|
GetDataViewResult |
GetDataViewResult.withStatus(DataViewStatus status)
The status of a Dataview creation.
|
GetDataViewResult |
GetDataViewResult.withStatus(String status)
The status of a Dataview creation.
|
Copyright © 2022. All rights reserved.