| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with AWS for developers who just need virtual private servers.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CreateDomainResult |
AmazonLightsail.createDomain(CreateDomainRequest createDomainRequest)
Creates a domain resource for the specified domain (e.g., example.com).
|
CreateDomainResult |
AbstractAmazonLightsail.createDomain(CreateDomainRequest request) |
CreateDomainResult |
AmazonLightsailClient.createDomain(CreateDomainRequest request)
Creates a domain resource for the specified domain (e.g., example.com).
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDomainResult> |
AmazonLightsailAsyncClient.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AbstractAmazonLightsailAsync.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AmazonLightsailAsync.createDomainAsync(CreateDomainRequest createDomainRequest,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
Creates a domain resource for the specified domain (e.g., example.com).
|
| Modifier and Type | Method and Description |
|---|---|
CreateDomainResult |
CreateDomainResult.clone() |
CreateDomainResult |
CreateDomainResult.withOperation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
Copyright © 2020. All rights reserved.