Uses of Class
software.amazon.awssdk.services.lightsail.model.Domain
-
Packages that use Domain Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of Domain in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return Domain Modifier and Type Method Description DomainGetDomainResponse. domain()An array of key-value pairs containing information about your get domain request.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type Domain Modifier and Type Method Description List<Domain>GetDomainsResponse. domains()An array of key-value pairs containing information about each of the domain entries in the user's account.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type Domain Modifier and Type Method Description GetDomainResponse.BuilderGetDomainResponse.Builder. domain(Domain domain)An array of key-value pairs containing information about your get domain request.GetDomainsResponse.BuilderGetDomainsResponse.Builder. domains(Domain... domains)An array of key-value pairs containing information about each of the domain entries in the user's account.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type Domain Modifier and Type Method Description GetDomainsResponse.BuilderGetDomainsResponse.Builder. domains(Collection<Domain> domains)An array of key-value pairs containing information about each of the domain entries in the user's account.
-