| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
LightsailDistribution |
LightsailDistribution.clone() |
LightsailDistribution |
CreateDistributionResult.getDistribution()
An object that describes the distribution created.
|
LightsailDistribution |
LightsailDistribution.withAbleToUpdateBundle(Boolean ableToUpdateBundle)
Indicates whether the bundle that is currently applied to your distribution, specified using the
distributionName parameter, can be changed to another bundle. |
LightsailDistribution |
LightsailDistribution.withAlternativeDomainNames(Collection<String> alternativeDomainNames)
The alternate domain names of the distribution.
|
LightsailDistribution |
LightsailDistribution.withAlternativeDomainNames(String... alternativeDomainNames)
The alternate domain names of the distribution.
|
LightsailDistribution |
LightsailDistribution.withArn(String arn)
The Amazon Resource Name (ARN) of the distribution.
|
LightsailDistribution |
LightsailDistribution.withBundleId(String bundleId)
The ID of the bundle currently applied to the distribution.
|
LightsailDistribution |
LightsailDistribution.withCacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)
An array of objects that describe the per-path cache behavior of the distribution.
|
LightsailDistribution |
LightsailDistribution.withCacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior of the distribution.
|
LightsailDistribution |
LightsailDistribution.withCacheBehaviorSettings(CacheSettings cacheBehaviorSettings)
An object that describes the cache behavior settings of the distribution.
|
LightsailDistribution |
LightsailDistribution.withCertificateName(String certificateName)
The name of the SSL/TLS certificate attached to the distribution, if any.
|
LightsailDistribution |
LightsailDistribution.withCreatedAt(Date createdAt)
The timestamp when the distribution was created.
|
LightsailDistribution |
LightsailDistribution.withDefaultCacheBehavior(CacheBehavior defaultCacheBehavior)
An object that describes the default cache behavior of the distribution.
|
LightsailDistribution |
LightsailDistribution.withDomainName(String domainName)
The domain name of the distribution.
|
LightsailDistribution |
LightsailDistribution.withIpAddressType(IpAddressType ipAddressType)
The IP address type of the distribution.
|
LightsailDistribution |
LightsailDistribution.withIpAddressType(String ipAddressType)
The IP address type of the distribution.
|
LightsailDistribution |
LightsailDistribution.withIsEnabled(Boolean isEnabled)
Indicates whether the distribution is enabled.
|
LightsailDistribution |
LightsailDistribution.withLocation(ResourceLocation location)
An object that describes the location of the distribution, such as the Amazon Web Services Region and
Availability Zone.
|
LightsailDistribution |
LightsailDistribution.withName(String name)
The name of the distribution.
|
LightsailDistribution |
LightsailDistribution.withOrigin(Origin origin)
An object that describes the origin resource of the distribution, such as a Lightsail instance, bucket, or load
balancer.
|
LightsailDistribution |
LightsailDistribution.withOriginPublicDNS(String originPublicDNS)
The public DNS of the origin.
|
LightsailDistribution |
LightsailDistribution.withResourceType(ResourceType resourceType)
The Lightsail resource type (
Distribution). |
LightsailDistribution |
LightsailDistribution.withResourceType(String resourceType)
The Lightsail resource type (
Distribution). |
LightsailDistribution |
LightsailDistribution.withStatus(String status)
The status of the distribution.
|
LightsailDistribution |
LightsailDistribution.withSupportCode(String supportCode)
The support code.
|
LightsailDistribution |
LightsailDistribution.withTags(Collection<Tag> tags)
The tag keys and optional values for the resource.
|
LightsailDistribution |
LightsailDistribution.withTags(Tag... tags)
The tag keys and optional values for the resource.
|
LightsailDistribution |
LightsailDistribution.withViewerMinimumTlsProtocolVersion(String viewerMinimumTlsProtocolVersion)
The minimum TLS protocol version that the distribution can use to communicate with viewers.
|
| Modifier and Type | Method and Description |
|---|---|
List<LightsailDistribution> |
GetDistributionsResult.getDistributions()
An array of objects that describe your distributions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDistributionResult.setDistribution(LightsailDistribution distribution)
An object that describes the distribution created.
|
CreateDistributionResult |
CreateDistributionResult.withDistribution(LightsailDistribution distribution)
An object that describes the distribution created.
|
GetDistributionsResult |
GetDistributionsResult.withDistributions(LightsailDistribution... distributions)
An array of objects that describe your distributions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDistributionsResult.setDistributions(Collection<LightsailDistribution> distributions)
An array of objects that describe your distributions.
|
GetDistributionsResult |
GetDistributionsResult.withDistributions(Collection<LightsailDistribution> distributions)
An array of objects that describe your distributions.
|
Copyright © 2024. All rights reserved.