Uses of Class
software.amazon.awssdk.services.datazone.model.DeleteListingRequest
-
Packages that use DeleteListingRequest 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 DeleteListingRequest in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone with parameters of type DeleteListingRequest Modifier and Type Method Description default CompletableFuture<DeleteListingResponse>DataZoneAsyncClient. deleteListing(DeleteListingRequest deleteListingRequest)default DeleteListingResponseDataZoneClient. deleteListing(DeleteListingRequest deleteListingRequest) -
Uses of DeleteListingRequest in software.amazon.awssdk.services.datazone.transform
Methods in software.amazon.awssdk.services.datazone.transform with parameters of type DeleteListingRequest Modifier and Type Method Description SdkHttpFullRequestDeleteListingRequestMarshaller. marshall(DeleteListingRequest deleteListingRequest)
-