Uses of Class
software.amazon.awssdk.services.datazone.model.GetDomainUnitResponse
-
Packages that use GetDomainUnitResponse 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 GetDomainUnitResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetDomainUnitResponse Modifier and Type Method Description default GetDomainUnitResponseDataZoneClient. getDomainUnit(Consumer<GetDomainUnitRequest.Builder> getDomainUnitRequest)Gets the details of the specified domain unit.default GetDomainUnitResponseDataZoneClient. getDomainUnit(GetDomainUnitRequest getDomainUnitRequest)Gets the details of the specified domain unit.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetDomainUnitResponse Modifier and Type Method Description default CompletableFuture<GetDomainUnitResponse>DataZoneAsyncClient. getDomainUnit(Consumer<GetDomainUnitRequest.Builder> getDomainUnitRequest)Gets the details of the specified domain unit.default CompletableFuture<GetDomainUnitResponse>DataZoneAsyncClient. getDomainUnit(GetDomainUnitRequest getDomainUnitRequest)Gets the details of the specified domain unit.
-