Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateInstancesFromSnapshotResponse
-
Packages that use CreateInstancesFromSnapshotResponse 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 CreateInstancesFromSnapshotResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateInstancesFromSnapshotResponse Modifier and Type Method Description default CreateInstancesFromSnapshotResponseLightsailClient. createInstancesFromSnapshot(Consumer<CreateInstancesFromSnapshotRequest.Builder> createInstancesFromSnapshotRequest)Creates one or more new instances from a manual or automatic snapshot of an instance.default CreateInstancesFromSnapshotResponseLightsailClient. createInstancesFromSnapshot(CreateInstancesFromSnapshotRequest createInstancesFromSnapshotRequest)Creates one or more new instances from a manual or automatic snapshot of an instance.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateInstancesFromSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateInstancesFromSnapshotResponse>LightsailAsyncClient. createInstancesFromSnapshot(Consumer<CreateInstancesFromSnapshotRequest.Builder> createInstancesFromSnapshotRequest)Creates one or more new instances from a manual or automatic snapshot of an instance.default CompletableFuture<CreateInstancesFromSnapshotResponse>LightsailAsyncClient. createInstancesFromSnapshot(CreateInstancesFromSnapshotRequest createInstancesFromSnapshotRequest)Creates one or more new instances from a manual or automatic snapshot of an instance.
-