| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who
need to build websites or web applications.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
GetAutoSnapshotsResult |
AbstractAmazonLightsail.getAutoSnapshots(GetAutoSnapshotsRequest request) |
GetAutoSnapshotsResult |
AmazonLightsailClient.getAutoSnapshots(GetAutoSnapshotsRequest request)
Returns the available automatic snapshots for an instance or disk.
|
GetAutoSnapshotsResult |
AmazonLightsail.getAutoSnapshots(GetAutoSnapshotsRequest getAutoSnapshotsRequest)
Returns the available automatic snapshots for an instance or disk.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAutoSnapshotsResult> |
AbstractAmazonLightsailAsync.getAutoSnapshotsAsync(GetAutoSnapshotsRequest request,
AsyncHandler<GetAutoSnapshotsRequest,GetAutoSnapshotsResult> asyncHandler) |
Future<GetAutoSnapshotsResult> |
AmazonLightsailAsyncClient.getAutoSnapshotsAsync(GetAutoSnapshotsRequest request,
AsyncHandler<GetAutoSnapshotsRequest,GetAutoSnapshotsResult> asyncHandler) |
Future<GetAutoSnapshotsResult> |
AmazonLightsailAsync.getAutoSnapshotsAsync(GetAutoSnapshotsRequest getAutoSnapshotsRequest,
AsyncHandler<GetAutoSnapshotsRequest,GetAutoSnapshotsResult> asyncHandler)
Returns the available automatic snapshots for an instance or disk.
|
| Modifier and Type | Method and Description |
|---|---|
GetAutoSnapshotsResult |
GetAutoSnapshotsResult.clone() |
GetAutoSnapshotsResult |
GetAutoSnapshotsResult.withAutoSnapshots(AutoSnapshotDetails... autoSnapshots)
An array of objects that describe the automatic snapshots that are available for the specified source instance or
disk.
|
GetAutoSnapshotsResult |
GetAutoSnapshotsResult.withAutoSnapshots(Collection<AutoSnapshotDetails> autoSnapshots)
An array of objects that describe the automatic snapshots that are available for the specified source instance or
disk.
|
GetAutoSnapshotsResult |
GetAutoSnapshotsResult.withResourceName(String resourceName)
The name of the source instance or disk for the automatic snapshots.
|
GetAutoSnapshotsResult |
GetAutoSnapshotsResult.withResourceType(ResourceType resourceType)
The resource type (e.g.,
Instance or Disk). |
GetAutoSnapshotsResult |
GetAutoSnapshotsResult.withResourceType(String resourceType)
The resource type (e.g.,
Instance or Disk). |
Copyright © 2023. All rights reserved.