| 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<CreateAssetTypeResult> |
AmazonDataZoneAsyncClient.createAssetTypeAsync(CreateAssetTypeRequest request,
AsyncHandler<CreateAssetTypeRequest,CreateAssetTypeResult> asyncHandler) |
Future<CreateAssetTypeResult> |
AmazonDataZoneAsync.createAssetTypeAsync(CreateAssetTypeRequest createAssetTypeRequest,
AsyncHandler<CreateAssetTypeRequest,CreateAssetTypeResult> asyncHandler)
Creates a custom asset type.
|
Future<CreateAssetTypeResult> |
AbstractAmazonDataZoneAsync.createAssetTypeAsync(CreateAssetTypeRequest request,
AsyncHandler<CreateAssetTypeRequest,CreateAssetTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAssetTypeRequest |
CreateAssetTypeRequest.addFormsInputEntry(String key,
FormEntryInput value)
Add a single FormsInput entry
|
CreateAssetTypeRequest |
CreateAssetTypeRequest.clearFormsInputEntries()
Removes all the entries added into FormsInput.
|
CreateAssetTypeRequest |
CreateAssetTypeRequest.clone() |
CreateAssetTypeRequest |
CreateAssetTypeRequest.withDescription(String description)
The descripton of the custom asset type.
|
CreateAssetTypeRequest |
CreateAssetTypeRequest.withDomainIdentifier(String domainIdentifier)
The unique identifier of the Amazon DataZone domain where the custom asset type is being created.
|
CreateAssetTypeRequest |
CreateAssetTypeRequest.withFormsInput(Map<String,FormEntryInput> formsInput)
The metadata forms that are to be attached to the custom asset type.
|
CreateAssetTypeRequest |
CreateAssetTypeRequest.withName(String name)
The name of the custom asset type.
|
CreateAssetTypeRequest |
CreateAssetTypeRequest.withOwningProjectIdentifier(String owningProjectIdentifier)
The identifier of the Amazon DataZone project that is to own the custom asset type.
|
Copyright © 2024. All rights reserved.