Uses of Class
software.amazon.awssdk.services.datazone.model.CreateListingChangeSetResponse
-
Packages that use CreateListingChangeSetResponse 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 CreateListingChangeSetResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return CreateListingChangeSetResponse Modifier and Type Method Description default CreateListingChangeSetResponseDataZoneClient. createListingChangeSet(Consumer<CreateListingChangeSetRequest.Builder> createListingChangeSetRequest)Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.default CreateListingChangeSetResponseDataZoneClient. createListingChangeSet(CreateListingChangeSetRequest createListingChangeSetRequest)Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type CreateListingChangeSetResponse Modifier and Type Method Description default CompletableFuture<CreateListingChangeSetResponse>DataZoneAsyncClient. createListingChangeSet(Consumer<CreateListingChangeSetRequest.Builder> createListingChangeSetRequest)Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.default CompletableFuture<CreateListingChangeSetResponse>DataZoneAsyncClient. createListingChangeSet(CreateListingChangeSetRequest createListingChangeSetRequest)Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.
-