| 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<CreateAssetRevisionResult> |
AmazonDataZoneAsyncClient.createAssetRevisionAsync(CreateAssetRevisionRequest request,
AsyncHandler<CreateAssetRevisionRequest,CreateAssetRevisionResult> asyncHandler) |
Future<CreateAssetRevisionResult> |
AmazonDataZoneAsync.createAssetRevisionAsync(CreateAssetRevisionRequest createAssetRevisionRequest,
AsyncHandler<CreateAssetRevisionRequest,CreateAssetRevisionResult> asyncHandler)
Creates a revision of the asset.
|
Future<CreateAssetRevisionResult> |
AbstractAmazonDataZoneAsync.createAssetRevisionAsync(CreateAssetRevisionRequest request,
AsyncHandler<CreateAssetRevisionRequest,CreateAssetRevisionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.clone() |
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withDescription(String description)
The revised description of the asset.
|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withDomainIdentifier(String domainIdentifier)
The unique identifier of the domain where the asset is being revised.
|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withFormsInput(Collection<FormInput> formsInput)
The metadata forms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withFormsInput(FormInput... formsInput)
The metadata forms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withGlossaryTerms(String... glossaryTerms)
The glossary terms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withIdentifier(String identifier)
The identifier of the asset.
|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withName(String name)
Te revised name of the asset.
|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withPredictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withTypeRevision(String typeRevision)
The revision type of the asset.
|
Copyright © 2024. All rights reserved.