| 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 |
|---|---|
UpdateAssetResult |
AWSDataExchangeClient.updateAsset(UpdateAssetRequest request)
This operation updates an asset.
|
UpdateAssetResult |
AbstractAWSDataExchange.updateAsset(UpdateAssetRequest request) |
UpdateAssetResult |
AWSDataExchange.updateAsset(UpdateAssetRequest updateAssetRequest)
This operation updates an asset.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAssetResult> |
AbstractAWSDataExchangeAsync.updateAssetAsync(UpdateAssetRequest request,
AsyncHandler<UpdateAssetRequest,UpdateAssetResult> asyncHandler) |
Future<UpdateAssetResult> |
AWSDataExchangeAsync.updateAssetAsync(UpdateAssetRequest updateAssetRequest,
AsyncHandler<UpdateAssetRequest,UpdateAssetResult> asyncHandler)
This operation updates an asset.
|
Future<UpdateAssetResult> |
AWSDataExchangeAsyncClient.updateAssetAsync(UpdateAssetRequest request,
AsyncHandler<UpdateAssetRequest,UpdateAssetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAssetResult |
UpdateAssetResult.clone() |
UpdateAssetResult |
UpdateAssetResult.withArn(String arn)
The ARN for the asset.
|
UpdateAssetResult |
UpdateAssetResult.withAssetDetails(AssetDetails assetDetails)
Information about the asset.
|
UpdateAssetResult |
UpdateAssetResult.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
UpdateAssetResult |
UpdateAssetResult.withAssetType(String assetType)
The type of asset that is added to a data set.
|
UpdateAssetResult |
UpdateAssetResult.withCreatedAt(Date createdAt)
The date and time that the asset was created, in ISO 8601 format.
|
UpdateAssetResult |
UpdateAssetResult.withDataSetId(String dataSetId)
The unique identifier for the data set associated with this asset.
|
UpdateAssetResult |
UpdateAssetResult.withId(String id)
The unique identifier for the asset.
|
UpdateAssetResult |
UpdateAssetResult.withName(String name)
The name of the asset.
|
UpdateAssetResult |
UpdateAssetResult.withRevisionId(String revisionId)
The unique identifier for the revision associated with this asset.
|
UpdateAssetResult |
UpdateAssetResult.withSourceId(String sourceId)
The asset ID of the owned asset corresponding to the entitled asset being viewed.
|
UpdateAssetResult |
UpdateAssetResult.withUpdatedAt(Date updatedAt)
The date and time that the asset was last updated, in ISO 8601 format.
|
Copyright © 2022. All rights reserved.