| 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 |
|---|---|
GetDataSetResult |
AbstractAWSDataExchange.getDataSet(GetDataSetRequest request) |
GetDataSetResult |
AWSDataExchange.getDataSet(GetDataSetRequest getDataSetRequest)
This operation returns information about a data set.
|
GetDataSetResult |
AWSDataExchangeClient.getDataSet(GetDataSetRequest request)
This operation returns information about a data set.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDataSetResult> |
AbstractAWSDataExchangeAsync.getDataSetAsync(GetDataSetRequest request) |
Future<GetDataSetResult> |
AWSDataExchangeAsync.getDataSetAsync(GetDataSetRequest getDataSetRequest)
This operation returns information about a data set.
|
Future<GetDataSetResult> |
AWSDataExchangeAsyncClient.getDataSetAsync(GetDataSetRequest request) |
Future<GetDataSetResult> |
AbstractAWSDataExchangeAsync.getDataSetAsync(GetDataSetRequest request,
AsyncHandler<GetDataSetRequest,GetDataSetResult> asyncHandler) |
Future<GetDataSetResult> |
AWSDataExchangeAsync.getDataSetAsync(GetDataSetRequest getDataSetRequest,
AsyncHandler<GetDataSetRequest,GetDataSetResult> asyncHandler)
This operation returns information about a data set.
|
Future<GetDataSetResult> |
AWSDataExchangeAsyncClient.getDataSetAsync(GetDataSetRequest request,
AsyncHandler<GetDataSetRequest,GetDataSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDataSetResult> |
AbstractAWSDataExchangeAsync.getDataSetAsync(GetDataSetRequest request,
AsyncHandler<GetDataSetRequest,GetDataSetResult> asyncHandler) |
Future<GetDataSetResult> |
AWSDataExchangeAsync.getDataSetAsync(GetDataSetRequest getDataSetRequest,
AsyncHandler<GetDataSetRequest,GetDataSetResult> asyncHandler)
This operation returns information about a data set.
|
Future<GetDataSetResult> |
AWSDataExchangeAsyncClient.getDataSetAsync(GetDataSetRequest request,
AsyncHandler<GetDataSetRequest,GetDataSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDataSetResult |
GetDataSetResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDataSetResult |
GetDataSetResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetDataSetResult |
GetDataSetResult.clone() |
GetDataSetResult |
GetDataSetResult.withArn(String arn)
The ARN for the data set.
|
GetDataSetResult |
GetDataSetResult.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
GetDataSetResult |
GetDataSetResult.withAssetType(String assetType)
The type of asset that is added to a data set.
|
GetDataSetResult |
GetDataSetResult.withCreatedAt(Date createdAt)
The date and time that the data set was created, in ISO 8601 format.
|
GetDataSetResult |
GetDataSetResult.withDescription(String description)
The description for the data set.
|
GetDataSetResult |
GetDataSetResult.withId(String id)
The unique identifier for the data set.
|
GetDataSetResult |
GetDataSetResult.withName(String name)
The name of the data set.
|
GetDataSetResult |
GetDataSetResult.withOrigin(Origin origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
GetDataSetResult |
GetDataSetResult.withOrigin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
GetDataSetResult |
GetDataSetResult.withOriginDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
GetDataSetResult |
GetDataSetResult.withSourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
GetDataSetResult |
GetDataSetResult.withTags(Map<String,String> tags)
The tags for the data set.
|
GetDataSetResult |
GetDataSetResult.withUpdatedAt(Date updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
|
Copyright © 2025. All rights reserved.