| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAssetTypeResponse> |
DataZoneAsyncClient.getAssetType(Consumer<GetAssetTypeRequest.Builder> getAssetTypeRequest)
Gets an Amazon DataZone asset type.
|
default GetAssetTypeResponse |
DataZoneClient.getAssetType(Consumer<GetAssetTypeRequest.Builder> getAssetTypeRequest)
Gets an Amazon DataZone asset type.
|
| Modifier and Type | Method and Description |
|---|---|
static GetAssetTypeRequest.Builder |
GetAssetTypeRequest.builder() |
GetAssetTypeRequest.Builder |
GetAssetTypeRequest.Builder.domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the asset type exists.
|
GetAssetTypeRequest.Builder |
GetAssetTypeRequest.Builder.identifier(String identifier)
The ID of the asset type.
|
GetAssetTypeRequest.Builder |
GetAssetTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAssetTypeRequest.Builder |
GetAssetTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAssetTypeRequest.Builder |
GetAssetTypeRequest.Builder.revision(String revision)
The revision of the asset type.
|
GetAssetTypeRequest.Builder |
GetAssetTypeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAssetTypeRequest.Builder> |
GetAssetTypeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.