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