| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers who need to build
websites or web applications.
|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteAutoSnapshotResponse |
LightsailClient.deleteAutoSnapshot(Consumer<DeleteAutoSnapshotRequest.Builder> deleteAutoSnapshotRequest)
Deletes an automatic snapshot of an instance or disk.
|
default CompletableFuture<DeleteAutoSnapshotResponse> |
LightsailAsyncClient.deleteAutoSnapshot(Consumer<DeleteAutoSnapshotRequest.Builder> deleteAutoSnapshotRequest)
Deletes an automatic snapshot of an instance or disk.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteAutoSnapshotRequest.Builder |
DeleteAutoSnapshotRequest.builder() |
DeleteAutoSnapshotRequest.Builder |
DeleteAutoSnapshotRequest.Builder.date(String date)
The date of the automatic snapshot to delete in
YYYY-MM-DD format. |
DeleteAutoSnapshotRequest.Builder |
DeleteAutoSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAutoSnapshotRequest.Builder |
DeleteAutoSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAutoSnapshotRequest.Builder |
DeleteAutoSnapshotRequest.Builder.resourceName(String resourceName)
The name of the source instance or disk from which to delete the automatic snapshot.
|
DeleteAutoSnapshotRequest.Builder |
DeleteAutoSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteAutoSnapshotRequest.Builder> |
DeleteAutoSnapshotRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.