| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
DiskSnapshot |
DiskSnapshot.clone() |
DiskSnapshot |
GetDiskSnapshotResult.getDiskSnapshot()
An object containing information about the disk snapshot.
|
DiskSnapshot |
DiskSnapshot.withArn(String arn)
The Amazon Resource Name (ARN) of the disk snapshot.
|
DiskSnapshot |
DiskSnapshot.withCreatedAt(Date createdAt)
The date when the disk snapshot was created.
|
DiskSnapshot |
DiskSnapshot.withFromDiskArn(String fromDiskArn)
The Amazon Resource Name (ARN) of the source disk from which the disk snapshot was created.
|
DiskSnapshot |
DiskSnapshot.withFromDiskName(String fromDiskName)
The unique name of the source disk from which the disk snapshot was created.
|
DiskSnapshot |
DiskSnapshot.withFromInstanceArn(String fromInstanceArn)
The Amazon Resource Name (ARN) of the source instance from which the disk (system volume) snapshot was created.
|
DiskSnapshot |
DiskSnapshot.withFromInstanceName(String fromInstanceName)
The unique name of the source instance from which the disk (system volume) snapshot was created.
|
DiskSnapshot |
DiskSnapshot.withIsFromAutoSnapshot(Boolean isFromAutoSnapshot)
A Boolean value indicating whether the snapshot was created from an automatic snapshot.
|
DiskSnapshot |
DiskSnapshot.withLocation(ResourceLocation location)
The AWS Region and Availability Zone where the disk snapshot was created.
|
DiskSnapshot |
DiskSnapshot.withName(String name)
The name of the disk snapshot (
my-disk-snapshot). |
DiskSnapshot |
DiskSnapshot.withProgress(String progress)
The progress of the snapshot.
|
DiskSnapshot |
DiskSnapshot.withResourceType(ResourceType resourceType)
The Lightsail resource type (
DiskSnapshot). |
DiskSnapshot |
DiskSnapshot.withResourceType(String resourceType)
The Lightsail resource type (
DiskSnapshot). |
DiskSnapshot |
DiskSnapshot.withSizeInGb(Integer sizeInGb)
The size of the disk in GB.
|
DiskSnapshot |
DiskSnapshot.withState(DiskSnapshotState state)
The status of the disk snapshot operation.
|
DiskSnapshot |
DiskSnapshot.withState(String state)
The status of the disk snapshot operation.
|
DiskSnapshot |
DiskSnapshot.withSupportCode(String supportCode)
The support code.
|
DiskSnapshot |
DiskSnapshot.withTags(Collection<Tag> tags)
The tag keys and optional values for the resource.
|
DiskSnapshot |
DiskSnapshot.withTags(Tag... tags)
The tag keys and optional values for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<DiskSnapshot> |
GetDiskSnapshotsResult.getDiskSnapshots()
An array of objects containing information about all block storage disk snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDiskSnapshotResult.setDiskSnapshot(DiskSnapshot diskSnapshot)
An object containing information about the disk snapshot.
|
GetDiskSnapshotResult |
GetDiskSnapshotResult.withDiskSnapshot(DiskSnapshot diskSnapshot)
An object containing information about the disk snapshot.
|
GetDiskSnapshotsResult |
GetDiskSnapshotsResult.withDiskSnapshots(DiskSnapshot... diskSnapshots)
An array of objects containing information about all block storage disk snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDiskSnapshotsResult.setDiskSnapshots(Collection<DiskSnapshot> diskSnapshots)
An array of objects containing information about all block storage disk snapshots.
|
GetDiskSnapshotsResult |
GetDiskSnapshotsResult.withDiskSnapshots(Collection<DiskSnapshot> diskSnapshots)
An array of objects containing information about all block storage disk snapshots.
|
Copyright © 2024. All rights reserved.