Uses of Class
com.amazonaws.services.rds.model.CreateDBSnapshotRequest
Packages that use CreateDBSnapshotRequest
-
Uses of CreateDBSnapshotRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type CreateDBSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.createDBSnapshot
(CreateDBSnapshotRequest request) AmazonRDS.createDBSnapshot
(CreateDBSnapshotRequest createDBSnapshotRequest) Creates a DBSnapshot.AmazonRDSClient.createDBSnapshot
(CreateDBSnapshotRequest createDBSnapshotRequest) Creates a DBSnapshot.AbstractAmazonRDSAsync.createDBSnapshotAsync
(CreateDBSnapshotRequest request) AbstractAmazonRDSAsync.createDBSnapshotAsync
(CreateDBSnapshotRequest request, AsyncHandler<CreateDBSnapshotRequest, DBSnapshot> asyncHandler) AmazonRDSAsync.createDBSnapshotAsync
(CreateDBSnapshotRequest createDBSnapshotRequest) Creates a DBSnapshot.AmazonRDSAsync.createDBSnapshotAsync
(CreateDBSnapshotRequest createDBSnapshotRequest, AsyncHandler<CreateDBSnapshotRequest, DBSnapshot> asyncHandler) Creates a DBSnapshot.AmazonRDSAsyncClient.createDBSnapshotAsync
(CreateDBSnapshotRequest request) AmazonRDSAsyncClient.createDBSnapshotAsync
(CreateDBSnapshotRequest request, AsyncHandler<CreateDBSnapshotRequest, DBSnapshot> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type CreateDBSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.createDBSnapshotAsync
(CreateDBSnapshotRequest request, AsyncHandler<CreateDBSnapshotRequest, DBSnapshot> asyncHandler) AmazonRDSAsync.createDBSnapshotAsync
(CreateDBSnapshotRequest createDBSnapshotRequest, AsyncHandler<CreateDBSnapshotRequest, DBSnapshot> asyncHandler) Creates a DBSnapshot.AmazonRDSAsyncClient.createDBSnapshotAsync
(CreateDBSnapshotRequest request, AsyncHandler<CreateDBSnapshotRequest, DBSnapshot> asyncHandler) -
Uses of CreateDBSnapshotRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CreateDBSnapshotRequestModifier and TypeMethodDescriptionCreateDBSnapshotRequest.clone()
CreateDBSnapshotRequest.withDBInstanceIdentifier
(String dBInstanceIdentifier) The DB instance identifier.CreateDBSnapshotRequest.withDBSnapshotIdentifier
(String dBSnapshotIdentifier) The identifier for the DB snapshot.NOTE: This method appends the values to the existing list (if any).CreateDBSnapshotRequest.withTags
(Collection<Tag> tags)