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