Uses of Class
software.amazon.awssdk.services.datazone.model.GetListingResponse
-
Packages that use GetListingResponse 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 GetListingResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetListingResponse Modifier and Type Method Description default GetListingResponseDataZoneClient. getListing(Consumer<GetListingRequest.Builder> getListingRequest)default GetListingResponseDataZoneClient. getListing(GetListingRequest getListingRequest)Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetListingResponse Modifier and Type Method Description default CompletableFuture<GetListingResponse>DataZoneAsyncClient. getListing(Consumer<GetListingRequest.Builder> getListingRequest)default CompletableFuture<GetListingResponse>DataZoneAsyncClient. getListing(GetListingRequest getListingRequest)
-