| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceLocation |
ResourceLocation.clone() |
ResourceLocation |
DiskSnapshot.getLocation()
The AWS Region and Availability Zone where the disk snapshot was created.
|
ResourceLocation |
InstanceSnapshot.getLocation()
The region name and availability zone where you created the snapshot.
|
ResourceLocation |
Instance.getLocation()
The region name and availability zone where the instance is located.
|
ResourceLocation |
Operation.getLocation()
The region and Availability Zone.
|
ResourceLocation |
Domain.getLocation()
The AWS Region and Availability Zones where the domain recordset was created.
|
ResourceLocation |
Disk.getLocation()
The AWS Region and Availability Zone where the disk is located.
|
ResourceLocation |
StaticIp.getLocation()
The region and Availability Zone where the static IP was created.
|
ResourceLocation |
KeyPair.getLocation()
The region name and Availability Zone where the key pair was created.
|
ResourceLocation |
ResourceLocation.withAvailabilityZone(String availabilityZone)
The Availability Zone.
|
ResourceLocation |
ResourceLocation.withRegionName(RegionName regionName)
The AWS Region name.
|
ResourceLocation |
ResourceLocation.withRegionName(String regionName)
The AWS Region name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiskSnapshot.setLocation(ResourceLocation location)
The AWS Region and Availability Zone where the disk snapshot was created.
|
void |
InstanceSnapshot.setLocation(ResourceLocation location)
The region name and availability zone where you created the snapshot.
|
void |
Instance.setLocation(ResourceLocation location)
The region name and availability zone where the instance is located.
|
void |
Operation.setLocation(ResourceLocation location)
The region and Availability Zone.
|
void |
Domain.setLocation(ResourceLocation location)
The AWS Region and Availability Zones where the domain recordset was created.
|
void |
Disk.setLocation(ResourceLocation location)
The AWS Region and Availability Zone where the disk is located.
|
void |
StaticIp.setLocation(ResourceLocation location)
The region and Availability Zone where the static IP was created.
|
void |
KeyPair.setLocation(ResourceLocation location)
The region name and Availability Zone where the key pair was created.
|
DiskSnapshot |
DiskSnapshot.withLocation(ResourceLocation location)
The AWS Region and Availability Zone where the disk snapshot was created.
|
InstanceSnapshot |
InstanceSnapshot.withLocation(ResourceLocation location)
The region name and availability zone where you created the snapshot.
|
Instance |
Instance.withLocation(ResourceLocation location)
The region name and availability zone where the instance is located.
|
Operation |
Operation.withLocation(ResourceLocation location)
The region and Availability Zone.
|
Domain |
Domain.withLocation(ResourceLocation location)
The AWS Region and Availability Zones where the domain recordset was created.
|
Disk |
Disk.withLocation(ResourceLocation location)
The AWS Region and Availability Zone where the disk is located.
|
StaticIp |
StaticIp.withLocation(ResourceLocation location)
The region and Availability Zone where the static IP was created.
|
KeyPair |
KeyPair.withLocation(ResourceLocation location)
The region name and Availability Zone where the key pair was created.
|
Copyright © 2017. All rights reserved.