Uses of Class
software.amazon.awssdk.services.codeartifact.model.DomainDescription
-
Packages that use DomainDescription Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of DomainDescription in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return DomainDescription Modifier and Type Method Description DomainDescriptionCreateDomainResponse. domain()Contains information about the created domain after processing the request.DomainDescriptionDeleteDomainResponse. domain()Contains information about the deleted domain after processing the request.DomainDescriptionDescribeDomainResponse. domain()Returns the value of the Domain property for this object.Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type DomainDescription Modifier and Type Method Description CreateDomainResponse.BuilderCreateDomainResponse.Builder. domain(DomainDescription domain)Contains information about the created domain after processing the request.DeleteDomainResponse.BuilderDeleteDomainResponse.Builder. domain(DomainDescription domain)Contains information about the deleted domain after processing the request.DescribeDomainResponse.BuilderDescribeDomainResponse.Builder. domain(DomainDescription domain)Sets the value of the Domain property for this object.
-