Uses of Class
software.amazon.awssdk.services.lightsail.model.LightsailDistribution
-
Packages that use LightsailDistribution Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of LightsailDistribution in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return LightsailDistribution Modifier and Type Method Description LightsailDistributionCreateDistributionResponse. distribution()An object that describes the distribution created.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type LightsailDistribution Modifier and Type Method Description List<LightsailDistribution>GetDistributionsResponse. distributions()An array of objects that describe your distributions.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type LightsailDistribution Modifier and Type Method Description CreateDistributionResponse.BuilderCreateDistributionResponse.Builder. distribution(LightsailDistribution distribution)An object that describes the distribution created.GetDistributionsResponse.BuilderGetDistributionsResponse.Builder. distributions(LightsailDistribution... distributions)An array of objects that describe your distributions.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type LightsailDistribution Modifier and Type Method Description GetDistributionsResponse.BuilderGetDistributionsResponse.Builder. distributions(Collection<LightsailDistribution> distributions)An array of objects that describe your distributions.
-