Uses of Class
software.amazon.awssdk.services.repostspace.model.VanityDomainStatus
-
Packages that use VanityDomainStatus Package Description software.amazon.awssdk.services.repostspace.model -
-
Uses of VanityDomainStatus in software.amazon.awssdk.services.repostspace.model
Methods in software.amazon.awssdk.services.repostspace.model that return VanityDomainStatus Modifier and Type Method Description static VanityDomainStatusVanityDomainStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VanityDomainStatusVanityDomainStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static VanityDomainStatus[]VanityDomainStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.VanityDomainStatusGetSpaceResponse. vanityDomainStatus()The approval status of the custom subdomain.VanityDomainStatusSpaceData. vanityDomainStatus()This approval status of the custom subdomain.Methods in software.amazon.awssdk.services.repostspace.model that return types with arguments of type VanityDomainStatus Modifier and Type Method Description static Set<VanityDomainStatus>VanityDomainStatus. knownValues()Methods in software.amazon.awssdk.services.repostspace.model with parameters of type VanityDomainStatus Modifier and Type Method Description GetSpaceResponse.BuilderGetSpaceResponse.Builder. vanityDomainStatus(VanityDomainStatus vanityDomainStatus)The approval status of the custom subdomain.SpaceData.BuilderSpaceData.Builder. vanityDomainStatus(VanityDomainStatus vanityDomainStatus)This approval status of the custom subdomain.
-