| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who
need to build websites or web applications.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDistributionResult> |
AbstractAmazonLightsailAsync.createDistributionAsync(CreateDistributionRequest request,
AsyncHandler<CreateDistributionRequest,CreateDistributionResult> asyncHandler) |
Future<CreateDistributionResult> |
AmazonLightsailAsyncClient.createDistributionAsync(CreateDistributionRequest request,
AsyncHandler<CreateDistributionRequest,CreateDistributionResult> asyncHandler) |
Future<CreateDistributionResult> |
AmazonLightsailAsync.createDistributionAsync(CreateDistributionRequest createDistributionRequest,
AsyncHandler<CreateDistributionRequest,CreateDistributionResult> asyncHandler)
Creates an Amazon Lightsail content delivery network (CDN) distribution.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDistributionRequest |
CreateDistributionRequest.clone() |
CreateDistributionRequest |
CreateDistributionRequest.withBundleId(String bundleId)
The bundle ID to use for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withCacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withCacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withCacheBehaviorSettings(CacheSettings cacheBehaviorSettings)
An object that describes the cache behavior settings for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withDefaultCacheBehavior(CacheBehavior defaultCacheBehavior)
An object that describes the default cache behavior for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withDistributionName(String distributionName)
The name for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withIpAddressType(IpAddressType ipAddressType)
The IP address type for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withIpAddressType(String ipAddressType)
The IP address type for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withOrigin(InputOrigin origin)
An object that describes the origin resource for the distribution, such as a Lightsail instance, bucket, or load
balancer.
|
CreateDistributionRequest |
CreateDistributionRequest.withTags(Collection<Tag> tags)
The tag keys and optional values to add to the distribution during create.
|
CreateDistributionRequest |
CreateDistributionRequest.withTags(Tag... tags)
The tag keys and optional values to add to the distribution during create.
|
Copyright © 2022. All rights reserved.