Uses of Class
software.amazon.awssdk.services.lightsail.model.GetInstanceSnapshotResponse
-
Packages that use GetInstanceSnapshotResponse 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 GetInstanceSnapshotResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetInstanceSnapshotResponse Modifier and Type Method Description default GetInstanceSnapshotResponseLightsailClient. getInstanceSnapshot(Consumer<GetInstanceSnapshotRequest.Builder> getInstanceSnapshotRequest)Returns information about a specific instance snapshot.default GetInstanceSnapshotResponseLightsailClient. getInstanceSnapshot(GetInstanceSnapshotRequest getInstanceSnapshotRequest)Returns information about a specific instance snapshot.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetInstanceSnapshotResponse Modifier and Type Method Description default CompletableFuture<GetInstanceSnapshotResponse>LightsailAsyncClient. getInstanceSnapshot(Consumer<GetInstanceSnapshotRequest.Builder> getInstanceSnapshotRequest)Returns information about a specific instance snapshot.default CompletableFuture<GetInstanceSnapshotResponse>LightsailAsyncClient. getInstanceSnapshot(GetInstanceSnapshotRequest getInstanceSnapshotRequest)Returns information about a specific instance snapshot.
-