| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerService |
ContainerService.addPublicDomainNamesEntry(String key,
List<String> value)
Add a single PublicDomainNames entry
|
ContainerService |
ContainerService.clearPublicDomainNamesEntries()
Removes all the entries added into PublicDomainNames.
|
ContainerService |
ContainerService.clone() |
ContainerService |
CreateContainerServiceResult.getContainerService()
An object that describes a container service.
|
ContainerService |
CreateContainerServiceDeploymentResult.getContainerService()
An object that describes a container service.
|
ContainerService |
UpdateContainerServiceResult.getContainerService()
An object that describes a container service.
|
ContainerService |
ContainerService.withArn(String arn)
The Amazon Resource Name (ARN) of the container service.
|
ContainerService |
ContainerService.withContainerServiceName(String containerServiceName)
The name of the container service.
|
ContainerService |
ContainerService.withCreatedAt(Date createdAt)
The timestamp when the container service was created.
|
ContainerService |
ContainerService.withCurrentDeployment(ContainerServiceDeployment currentDeployment)
An object that describes the current container deployment of the container service.
|
ContainerService |
ContainerService.withIsDisabled(Boolean isDisabled)
A Boolean value indicating whether the container service is disabled.
|
ContainerService |
ContainerService.withLocation(ResourceLocation location)
An object that describes the location of the container service, such as the AWS Region and Availability Zone.
|
ContainerService |
ContainerService.withNextDeployment(ContainerServiceDeployment nextDeployment)
An object that describes the next deployment of the container service.
|
ContainerService |
ContainerService.withPower(ContainerServicePowerName power)
The power specification of the container service.
|
ContainerService |
ContainerService.withPower(String power)
The power specification of the container service.
|
ContainerService |
ContainerService.withPowerId(String powerId)
The ID of the power of the container service.
|
ContainerService |
ContainerService.withPrincipalArn(String principalArn)
The principal ARN of the container service.
|
ContainerService |
ContainerService.withPrivateDomainName(String privateDomainName)
The private domain name of the container service.
|
ContainerService |
ContainerService.withPublicDomainNames(Map<String,List<String>> publicDomainNames)
The public domain name of the container service, such as
example.com and
www.example.com. |
ContainerService |
ContainerService.withResourceType(ResourceType resourceType)
The Lightsail resource type of the container service (i.e.,
ContainerService). |
ContainerService |
ContainerService.withResourceType(String resourceType)
The Lightsail resource type of the container service (i.e.,
ContainerService). |
ContainerService |
ContainerService.withScale(Integer scale)
The scale specification of the container service.
|
ContainerService |
ContainerService.withState(ContainerServiceState state)
The current state of the container service.
|
ContainerService |
ContainerService.withState(String state)
The current state of the container service.
|
ContainerService |
ContainerService.withStateDetail(ContainerServiceStateDetail stateDetail)
An object that describes the current state of the container service.
|
ContainerService |
ContainerService.withTags(Collection<Tag> tags)
The tag keys and optional values for the resource.
|
ContainerService |
ContainerService.withTags(Tag... tags)
The tag keys and optional values for the resource.
|
ContainerService |
ContainerService.withUrl(String url)
The publicly accessible URL of the container service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerService> |
GetContainerServicesResult.getContainerServices()
An array of objects that describe one or more container services.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateContainerServiceResult.setContainerService(ContainerService containerService)
An object that describes a container service.
|
void |
CreateContainerServiceDeploymentResult.setContainerService(ContainerService containerService)
An object that describes a container service.
|
void |
UpdateContainerServiceResult.setContainerService(ContainerService containerService)
An object that describes a container service.
|
CreateContainerServiceResult |
CreateContainerServiceResult.withContainerService(ContainerService containerService)
An object that describes a container service.
|
CreateContainerServiceDeploymentResult |
CreateContainerServiceDeploymentResult.withContainerService(ContainerService containerService)
An object that describes a container service.
|
UpdateContainerServiceResult |
UpdateContainerServiceResult.withContainerService(ContainerService containerService)
An object that describes a container service.
|
GetContainerServicesResult |
GetContainerServicesResult.withContainerServices(ContainerService... containerServices)
An array of objects that describe one or more container services.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContainerServicesResult.setContainerServices(Collection<ContainerService> containerServices)
An array of objects that describe one or more container services.
|
GetContainerServicesResult |
GetContainerServicesResult.withContainerServices(Collection<ContainerService> containerServices)
An array of objects that describe one or more container services.
|
Copyright © 2021. All rights reserved.