Uses of Class
software.amazon.awssdk.services.lightsail.model.CopySnapshotRequest
-
Packages that use CopySnapshotRequest 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.software.amazon.awssdk.services.lightsail.transform -
-
Uses of CopySnapshotRequest in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail with parameters of type CopySnapshotRequest Modifier and Type Method Description 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.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. -
Uses of CopySnapshotRequest in software.amazon.awssdk.services.lightsail.transform
Methods in software.amazon.awssdk.services.lightsail.transform with parameters of type CopySnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCopySnapshotRequestMarshaller. marshall(CopySnapshotRequest copySnapshotRequest)
-