Uses of Class
software.amazon.awssdk.services.lightsail.model.CopySnapshotResponse
-
Packages that use CopySnapshotResponse Package Description software.amazon.awssdk.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. -
-
Uses of CopySnapshotResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CopySnapshotResponse Modifier and Type Method Description default CopySnapshotResponseLightsailClient. copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot.default CopySnapshotResponseLightsailClient. copySnapshot(CopySnapshotRequest copySnapshotRequest)Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CopySnapshotResponse Modifier and Type Method Description default CompletableFuture<CopySnapshotResponse>LightsailAsyncClient. copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot.default CompletableFuture<CopySnapshotResponse>LightsailAsyncClient. copySnapshot(CopySnapshotRequest copySnapshotRequest)Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot.
-