| Package | Description |
|---|---|
| com.amazonaws.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
CreateListingChangeSetResult |
AmazonDataZoneClient.createListingChangeSet(CreateListingChangeSetRequest request)
Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.
|
CreateListingChangeSetResult |
AbstractAmazonDataZone.createListingChangeSet(CreateListingChangeSetRequest request) |
CreateListingChangeSetResult |
AmazonDataZone.createListingChangeSet(CreateListingChangeSetRequest createListingChangeSetRequest)
Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateListingChangeSetResult> |
AmazonDataZoneAsyncClient.createListingChangeSetAsync(CreateListingChangeSetRequest request,
AsyncHandler<CreateListingChangeSetRequest,CreateListingChangeSetResult> asyncHandler) |
Future<CreateListingChangeSetResult> |
AmazonDataZoneAsync.createListingChangeSetAsync(CreateListingChangeSetRequest createListingChangeSetRequest,
AsyncHandler<CreateListingChangeSetRequest,CreateListingChangeSetResult> asyncHandler)
Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.
|
Future<CreateListingChangeSetResult> |
AbstractAmazonDataZoneAsync.createListingChangeSetAsync(CreateListingChangeSetRequest request,
AsyncHandler<CreateListingChangeSetRequest,CreateListingChangeSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateListingChangeSetResult |
CreateListingChangeSetResult.clone() |
CreateListingChangeSetResult |
CreateListingChangeSetResult.withListingId(String listingId)
The ID of the listing (a record of an asset at a given time).
|
CreateListingChangeSetResult |
CreateListingChangeSetResult.withListingRevision(String listingRevision)
The revision of a listing.
|
CreateListingChangeSetResult |
CreateListingChangeSetResult.withStatus(ListingStatus status)
Specifies the status of the listing.
|
CreateListingChangeSetResult |
CreateListingChangeSetResult.withStatus(String status)
Specifies the status of the listing.
|
Copyright © 2024. All rights reserved.