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