Uses of Class
com.amazonaws.services.simpleworkflow.model.DomainInfo
Packages that use DomainInfo
-
Uses of DomainInfo in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DomainInfoModifier and TypeMethodDescriptionDomainInfo.clone()
DomainDetail.getDomainInfo()
DomainInfo.withDescription
(String description) The description of the domain provided through RegisterDomain.The name of the domain.DomainInfo.withStatus
(RegistrationStatus status) The status of the domain:DomainInfo.withStatus
(String status) The status of the domain:Methods in com.amazonaws.services.simpleworkflow.model that return types with arguments of type DomainInfoMethods in com.amazonaws.services.simpleworkflow.model with parameters of type DomainInfoModifier and TypeMethodDescriptionvoid
DomainDetail.setDomainInfo
(DomainInfo domainInfo) DomainDetail.withDomainInfo
(DomainInfo domainInfo) DomainInfos.withDomainInfos
(DomainInfo... domainInfos) A list of DomainInfo structures.Method parameters in com.amazonaws.services.simpleworkflow.model with type arguments of type DomainInfoModifier and TypeMethodDescriptionvoid
DomainInfos.setDomainInfos
(Collection<DomainInfo> domainInfos) A list of DomainInfo structures.DomainInfos.withDomainInfos
(Collection<DomainInfo> domainInfos) A list of DomainInfo structures.