Uses of Class
software.amazon.awssdk.services.datazone.model.DomainVersion
-
Packages that use DomainVersion Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DomainVersion in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return DomainVersion Modifier and Type Method Description DomainVersionCreateDomainRequest. domainVersion()The version of the domain that is created.DomainVersionCreateDomainResponse. domainVersion()The version of the domain that is created.DomainVersionDomainSummary. domainVersion()The domain version.DomainVersionGetDomainResponse. domainVersion()The version of the domain.static DomainVersionDomainVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DomainVersionDomainVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static DomainVersion[]DomainVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type DomainVersion Modifier and Type Method Description static Set<DomainVersion>DomainVersion. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type DomainVersion Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. domainVersion(DomainVersion domainVersion)The version of the domain that is created.CreateDomainResponse.BuilderCreateDomainResponse.Builder. domainVersion(DomainVersion domainVersion)The version of the domain that is created.DomainSummary.BuilderDomainSummary.Builder. domainVersion(DomainVersion domainVersion)The domain version.GetDomainResponse.BuilderGetDomainResponse.Builder. domainVersion(DomainVersion domainVersion)The version of the domain.
-