Uses of Class
software.amazon.awssdk.services.rds.model.CreateDbSnapshotResponse
-
Packages that use CreateDbSnapshotResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of CreateDbSnapshotResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateDbSnapshotResponse Modifier and Type Method Description default CreateDbSnapshotResponseRdsClient. createDBSnapshot(Consumer<CreateDbSnapshotRequest.Builder> createDbSnapshotRequest)Creates a snapshot of a DB instance.default CreateDbSnapshotResponseRdsClient. createDBSnapshot(CreateDbSnapshotRequest createDbSnapshotRequest)Creates a snapshot of a DB instance.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateDbSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateDbSnapshotResponse>RdsAsyncClient. createDBSnapshot(Consumer<CreateDbSnapshotRequest.Builder> createDbSnapshotRequest)Creates a snapshot of a DB instance.default CompletableFuture<CreateDbSnapshotResponse>RdsAsyncClient. createDBSnapshot(CreateDbSnapshotRequest createDbSnapshotRequest)Creates a snapshot of a DB instance.
-