Uses of Class
software.amazon.awssdk.services.datazone.model.CreateAssetTypeRequest
-
Packages that use CreateAssetTypeRequest 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.transform -
-
Uses of CreateAssetTypeRequest in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone with parameters of type CreateAssetTypeRequest Modifier and Type Method Description default CompletableFuture<CreateAssetTypeResponse>DataZoneAsyncClient. createAssetType(CreateAssetTypeRequest createAssetTypeRequest)Creates a custom asset type.default CreateAssetTypeResponseDataZoneClient. createAssetType(CreateAssetTypeRequest createAssetTypeRequest)Creates a custom asset type. -
Uses of CreateAssetTypeRequest in software.amazon.awssdk.services.datazone.transform
Methods in software.amazon.awssdk.services.datazone.transform with parameters of type CreateAssetTypeRequest Modifier and Type Method Description SdkHttpFullRequestCreateAssetTypeRequestMarshaller. marshall(CreateAssetTypeRequest createAssetTypeRequest)
-