Uses of Class
software.amazon.awssdk.services.rds.model.CreateDbSnapshotRequest
-
Packages that use CreateDbSnapshotRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of CreateDbSnapshotRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type CreateDbSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateDbSnapshotResponse>
RdsAsyncClient. createDBSnapshot(CreateDbSnapshotRequest createDbSnapshotRequest)
Creates a snapshot of a DB instance.default CreateDbSnapshotResponse
RdsClient. createDBSnapshot(CreateDbSnapshotRequest createDbSnapshotRequest)
Creates a snapshot of a DB instance. -
Uses of CreateDbSnapshotRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type CreateDbSnapshotRequest Modifier and Type Method Description SdkHttpFullRequest
CreateDbSnapshotRequestMarshaller. marshall(CreateDbSnapshotRequest createDbSnapshotRequest)
-