Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateInstanceSnapshotResponse
-
Packages that use CreateInstanceSnapshotResponse 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 CreateInstanceSnapshotResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateInstanceSnapshotResponse Modifier and Type Method Description default CreateInstanceSnapshotResponseLightsailClient. createInstanceSnapshot(Consumer<CreateInstanceSnapshotRequest.Builder> createInstanceSnapshotRequest)Creates a snapshot of a specific virtual private server, or instance.default CreateInstanceSnapshotResponseLightsailClient. createInstanceSnapshot(CreateInstanceSnapshotRequest createInstanceSnapshotRequest)Creates a snapshot of a specific virtual private server, or instance.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateInstanceSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateInstanceSnapshotResponse>LightsailAsyncClient. createInstanceSnapshot(Consumer<CreateInstanceSnapshotRequest.Builder> createInstanceSnapshotRequest)Creates a snapshot of a specific virtual private server, or instance.default CompletableFuture<CreateInstanceSnapshotResponse>LightsailAsyncClient. createInstanceSnapshot(CreateInstanceSnapshotRequest createInstanceSnapshotRequest)Creates a snapshot of a specific virtual private server, or instance.
-