| 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 |
|---|---|
Future<CreateListingChangeSetResult> |
AbstractAmazonDataZoneAsync.createListingChangeSetAsync(CreateListingChangeSetRequest request,
AsyncHandler<CreateListingChangeSetRequest,CreateListingChangeSetResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateListingChangeSetRequest |
CreateListingChangeSetRequest.clone() |
CreateListingChangeSetRequest |
CreateListingChangeSetRequest.withAction(ChangeAction action)
Specifies whether to publish or unpublish a listing.
|
CreateListingChangeSetRequest |
CreateListingChangeSetRequest.withAction(String action)
Specifies whether to publish or unpublish a listing.
|
CreateListingChangeSetRequest |
CreateListingChangeSetRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateListingChangeSetRequest |
CreateListingChangeSetRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
|
CreateListingChangeSetRequest |
CreateListingChangeSetRequest.withEntityIdentifier(String entityIdentifier)
The ID of the asset.
|
CreateListingChangeSetRequest |
CreateListingChangeSetRequest.withEntityRevision(String entityRevision)
The revision of an asset.
|
CreateListingChangeSetRequest |
CreateListingChangeSetRequest.withEntityType(EntityType entityType)
The type of an entity.
|
CreateListingChangeSetRequest |
CreateListingChangeSetRequest.withEntityType(String entityType)
The type of an entity.
|
Copyright © 2024. All rights reserved.