Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateDiskFromSnapshotResponse
-
Packages that use CreateDiskFromSnapshotResponse 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 CreateDiskFromSnapshotResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateDiskFromSnapshotResponse Modifier and Type Method Description default CreateDiskFromSnapshotResponseLightsailClient. createDiskFromSnapshot(Consumer<CreateDiskFromSnapshotRequest.Builder> createDiskFromSnapshotRequest)Creates a block storage disk from a manual or automatic snapshot of a disk.default CreateDiskFromSnapshotResponseLightsailClient. createDiskFromSnapshot(CreateDiskFromSnapshotRequest createDiskFromSnapshotRequest)Creates a block storage disk from a manual or automatic snapshot of a disk.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateDiskFromSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateDiskFromSnapshotResponse>LightsailAsyncClient. createDiskFromSnapshot(Consumer<CreateDiskFromSnapshotRequest.Builder> createDiskFromSnapshotRequest)Creates a block storage disk from a manual or automatic snapshot of a disk.default CompletableFuture<CreateDiskFromSnapshotResponse>LightsailAsyncClient. createDiskFromSnapshot(CreateDiskFromSnapshotRequest createDiskFromSnapshotRequest)Creates a block storage disk from a manual or automatic snapshot of a disk.
-