Uses of Class
software.amazon.awssdk.services.lightsail.model.GetRelationalDatabaseSnapshotsResponse
-
Packages that use GetRelationalDatabaseSnapshotsResponse 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 GetRelationalDatabaseSnapshotsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetRelationalDatabaseSnapshotsResponse Modifier and Type Method Description default GetRelationalDatabaseSnapshotsResponseLightsailClient. getRelationalDatabaseSnapshots()Returns information about all of your database snapshots in Amazon Lightsail.default GetRelationalDatabaseSnapshotsResponseLightsailClient. getRelationalDatabaseSnapshots(Consumer<GetRelationalDatabaseSnapshotsRequest.Builder> getRelationalDatabaseSnapshotsRequest)Returns information about all of your database snapshots in Amazon Lightsail.default GetRelationalDatabaseSnapshotsResponseLightsailClient. getRelationalDatabaseSnapshots(GetRelationalDatabaseSnapshotsRequest getRelationalDatabaseSnapshotsRequest)Returns information about all of your database snapshots in Amazon Lightsail.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetRelationalDatabaseSnapshotsResponse Modifier and Type Method Description default CompletableFuture<GetRelationalDatabaseSnapshotsResponse>LightsailAsyncClient. getRelationalDatabaseSnapshots()Returns information about all of your database snapshots in Amazon Lightsail.default CompletableFuture<GetRelationalDatabaseSnapshotsResponse>LightsailAsyncClient. getRelationalDatabaseSnapshots(Consumer<GetRelationalDatabaseSnapshotsRequest.Builder> getRelationalDatabaseSnapshotsRequest)Returns information about all of your database snapshots in Amazon Lightsail.default CompletableFuture<GetRelationalDatabaseSnapshotsResponse>LightsailAsyncClient. getRelationalDatabaseSnapshots(GetRelationalDatabaseSnapshotsRequest getRelationalDatabaseSnapshotsRequest)Returns information about all of your database snapshots in Amazon Lightsail.
-