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