| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceSnapshot |
InstanceSnapshot.clone() |
InstanceSnapshot |
GetInstanceSnapshotResult.getInstanceSnapshot()
An array of key-value pairs containing information about the results of your get instance snapshot request.
|
InstanceSnapshot |
InstanceSnapshot.withArn(String arn)
The Amazon Resource Name (ARN) of the snapshot (
arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE). |
InstanceSnapshot |
InstanceSnapshot.withCreatedAt(Date createdAt)
The timestamp when the snapshot was created (
1479907467.024). |
InstanceSnapshot |
InstanceSnapshot.withFromAttachedDisks(Collection<Disk> fromAttachedDisks)
An array of disk objects containing information about all block storage disks.
|
InstanceSnapshot |
InstanceSnapshot.withFromAttachedDisks(Disk... fromAttachedDisks)
An array of disk objects containing information about all block storage disks.
|
InstanceSnapshot |
InstanceSnapshot.withFromBlueprintId(String fromBlueprintId)
The blueprint ID from which you created the snapshot (
os_debian_8_3). |
InstanceSnapshot |
InstanceSnapshot.withFromBundleId(String fromBundleId)
The bundle ID from which you created the snapshot (
micro_1_0). |
InstanceSnapshot |
InstanceSnapshot.withFromInstanceArn(String fromInstanceArn)
The Amazon Resource Name (ARN) of the instance from which the snapshot was created (
arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE). |
InstanceSnapshot |
InstanceSnapshot.withFromInstanceName(String fromInstanceName)
The instance from which the snapshot was created.
|
InstanceSnapshot |
InstanceSnapshot.withIsFromAutoSnapshot(Boolean isFromAutoSnapshot)
A Boolean value indicating whether the snapshot was created from an automatic snapshot.
|
InstanceSnapshot |
InstanceSnapshot.withLocation(ResourceLocation location)
The region name and Availability Zone where you created the snapshot.
|
InstanceSnapshot |
InstanceSnapshot.withName(String name)
The name of the snapshot.
|
InstanceSnapshot |
InstanceSnapshot.withProgress(String progress)
The progress of the snapshot.
|
InstanceSnapshot |
InstanceSnapshot.withResourceType(ResourceType resourceType)
The type of resource (usually
InstanceSnapshot). |
InstanceSnapshot |
InstanceSnapshot.withResourceType(String resourceType)
The type of resource (usually
InstanceSnapshot). |
InstanceSnapshot |
InstanceSnapshot.withSizeInGb(Integer sizeInGb)
The size in GB of the SSD.
|
InstanceSnapshot |
InstanceSnapshot.withState(InstanceSnapshotState state)
The state the snapshot is in.
|
InstanceSnapshot |
InstanceSnapshot.withState(String state)
The state the snapshot is in.
|
InstanceSnapshot |
InstanceSnapshot.withSupportCode(String supportCode)
The support code.
|
InstanceSnapshot |
InstanceSnapshot.withTags(Collection<Tag> tags)
The tag keys and optional values for the resource.
|
InstanceSnapshot |
InstanceSnapshot.withTags(Tag... tags)
The tag keys and optional values for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceSnapshot> |
GetInstanceSnapshotsResult.getInstanceSnapshots()
An array of key-value pairs containing information about the results of your get instance snapshots request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInstanceSnapshotResult.setInstanceSnapshot(InstanceSnapshot instanceSnapshot)
An array of key-value pairs containing information about the results of your get instance snapshot request.
|
GetInstanceSnapshotResult |
GetInstanceSnapshotResult.withInstanceSnapshot(InstanceSnapshot instanceSnapshot)
An array of key-value pairs containing information about the results of your get instance snapshot request.
|
GetInstanceSnapshotsResult |
GetInstanceSnapshotsResult.withInstanceSnapshots(InstanceSnapshot... instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInstanceSnapshotsResult.setInstanceSnapshots(Collection<InstanceSnapshot> instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
|
GetInstanceSnapshotsResult |
GetInstanceSnapshotsResult.withInstanceSnapshots(Collection<InstanceSnapshot> instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
|
Copyright © 2024. All rights reserved.