|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBParameterGroup | |
---|---|
com.amazonaws.services.rds | Synchronous and asynchronous client classes for accessing AmazonRDS. |
com.amazonaws.services.rds.model | Classes modeling the various types represented by AmazonRDS. |
Uses of DBParameterGroup in com.amazonaws.services.rds |
---|
Methods in com.amazonaws.services.rds that return DBParameterGroup | |
---|---|
DBParameterGroup |
AmazonRDSClient.createDBParameterGroup(CreateDBParameterGroupRequest createDBParameterGroupRequest)
Creates a new DB parameter group. |
DBParameterGroup |
AmazonRDS.createDBParameterGroup(CreateDBParameterGroupRequest createDBParameterGroupRequest)
Creates a new DB parameter group. |
Methods in com.amazonaws.services.rds that return types with arguments of type DBParameterGroup | |
---|---|
Future<DBParameterGroup> |
AmazonRDSAsyncClient.createDBParameterGroupAsync(CreateDBParameterGroupRequest createDBParameterGroupRequest)
Creates a new DB parameter group. |
Future<DBParameterGroup> |
AmazonRDSAsync.createDBParameterGroupAsync(CreateDBParameterGroupRequest createDBParameterGroupRequest)
Creates a new DB parameter group. |
Future<DBParameterGroup> |
AmazonRDSAsyncClient.createDBParameterGroupAsync(CreateDBParameterGroupRequest createDBParameterGroupRequest,
AsyncHandler<CreateDBParameterGroupRequest,DBParameterGroup> asyncHandler)
Creates a new DB parameter group. |
Future<DBParameterGroup> |
AmazonRDSAsync.createDBParameterGroupAsync(CreateDBParameterGroupRequest createDBParameterGroupRequest,
AsyncHandler<CreateDBParameterGroupRequest,DBParameterGroup> asyncHandler)
Creates a new DB parameter group. |
Method parameters in com.amazonaws.services.rds with type arguments of type DBParameterGroup | |
---|---|
Future<DBParameterGroup> |
AmazonRDSAsyncClient.createDBParameterGroupAsync(CreateDBParameterGroupRequest createDBParameterGroupRequest,
AsyncHandler<CreateDBParameterGroupRequest,DBParameterGroup> asyncHandler)
Creates a new DB parameter group. |
Future<DBParameterGroup> |
AmazonRDSAsync.createDBParameterGroupAsync(CreateDBParameterGroupRequest createDBParameterGroupRequest,
AsyncHandler<CreateDBParameterGroupRequest,DBParameterGroup> asyncHandler)
Creates a new DB parameter group. |
Uses of DBParameterGroup in com.amazonaws.services.rds.model |
---|
Methods in com.amazonaws.services.rds.model that return DBParameterGroup | |
---|---|
DBParameterGroup |
DBParameterGroup.withDBParameterGroupFamily(String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB parameter group is compatible with. |
DBParameterGroup |
DBParameterGroup.withDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB parameter group. |
DBParameterGroup |
DBParameterGroup.withDescription(String description)
Provides the customer-specified description for this DB parameter group. |
Methods in com.amazonaws.services.rds.model that return types with arguments of type DBParameterGroup | |
---|---|
List<DBParameterGroup> |
DescribeDBParameterGroupsResult.getDBParameterGroups()
A list of DBParameterGroup instances. |
Methods in com.amazonaws.services.rds.model with parameters of type DBParameterGroup | |
---|---|
DescribeDBParameterGroupsResult |
DescribeDBParameterGroupsResult.withDBParameterGroups(DBParameterGroup... dBParameterGroups)
A list of DBParameterGroup instances. |
Method parameters in com.amazonaws.services.rds.model with type arguments of type DBParameterGroup | |
---|---|
void |
DescribeDBParameterGroupsResult.setDBParameterGroups(Collection<DBParameterGroup> dBParameterGroups)
A list of DBParameterGroup instances. |
DescribeDBParameterGroupsResult |
DescribeDBParameterGroupsResult.withDBParameterGroups(Collection<DBParameterGroup> dBParameterGroups)
A list of DBParameterGroup instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |