| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange |
AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.
|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSetResult |
AbstractAWSDataExchange.updateDataSet(UpdateDataSetRequest request) |
UpdateDataSetResult |
AWSDataExchangeClient.updateDataSet(UpdateDataSetRequest request)
This operation updates a data set.
|
UpdateDataSetResult |
AWSDataExchange.updateDataSet(UpdateDataSetRequest updateDataSetRequest)
This operation updates a data set.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDataSetResult> |
AbstractAWSDataExchangeAsync.updateDataSetAsync(UpdateDataSetRequest request,
AsyncHandler<UpdateDataSetRequest,UpdateDataSetResult> asyncHandler) |
Future<UpdateDataSetResult> |
AWSDataExchangeAsyncClient.updateDataSetAsync(UpdateDataSetRequest request,
AsyncHandler<UpdateDataSetRequest,UpdateDataSetResult> asyncHandler) |
Future<UpdateDataSetResult> |
AWSDataExchangeAsync.updateDataSetAsync(UpdateDataSetRequest updateDataSetRequest,
AsyncHandler<UpdateDataSetRequest,UpdateDataSetResult> asyncHandler)
This operation updates a data set.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSetResult |
UpdateDataSetResult.clone() |
UpdateDataSetResult |
UpdateDataSetResult.withArn(String arn)
The ARN for the data set.
|
UpdateDataSetResult |
UpdateDataSetResult.withAssetType(AssetType assetType)
The type of file your data is stored in.
|
UpdateDataSetResult |
UpdateDataSetResult.withAssetType(String assetType)
The type of file your data is stored in.
|
UpdateDataSetResult |
UpdateDataSetResult.withCreatedAt(Date createdAt)
The date and time that the data set was created, in ISO 8601 format.
|
UpdateDataSetResult |
UpdateDataSetResult.withDescription(String description)
The description for the data set.
|
UpdateDataSetResult |
UpdateDataSetResult.withId(String id)
The unique identifier for the data set.
|
UpdateDataSetResult |
UpdateDataSetResult.withName(String name)
The name of the data set.
|
UpdateDataSetResult |
UpdateDataSetResult.withOrigin(Origin origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
UpdateDataSetResult |
UpdateDataSetResult.withOrigin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
UpdateDataSetResult |
UpdateDataSetResult.withOriginDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
UpdateDataSetResult |
UpdateDataSetResult.withSourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
UpdateDataSetResult |
UpdateDataSetResult.withUpdatedAt(Date updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
|
Copyright © 2020. All rights reserved.