| 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<GetAssetTypeResult> |
AmazonDataZoneAsyncClient.getAssetTypeAsync(GetAssetTypeRequest request,
AsyncHandler<GetAssetTypeRequest,GetAssetTypeResult> asyncHandler) |
Future<GetAssetTypeResult> |
AmazonDataZoneAsync.getAssetTypeAsync(GetAssetTypeRequest getAssetTypeRequest,
AsyncHandler<GetAssetTypeRequest,GetAssetTypeResult> asyncHandler)
Gets an Amazon DataZone asset type.
|
Future<GetAssetTypeResult> |
AbstractAmazonDataZoneAsync.getAssetTypeAsync(GetAssetTypeRequest request,
AsyncHandler<GetAssetTypeRequest,GetAssetTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAssetTypeRequest |
GetAssetTypeRequest.clone() |
GetAssetTypeRequest |
GetAssetTypeRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the asset type exists.
|
GetAssetTypeRequest |
GetAssetTypeRequest.withIdentifier(String identifier)
The ID of the asset type.
|
GetAssetTypeRequest |
GetAssetTypeRequest.withRevision(String revision)
The revision of the asset type.
|
Copyright © 2023. All rights reserved.