Uses of Class
com.amazonaws.services.rds.model.DBClusterParameterGroup
-
Packages that use DBClusterParameterGroup Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of DBClusterParameterGroup in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds that return DBClusterParameterGroup Modifier and Type Method Description DBClusterParameterGroupAbstractAmazonRDS. createDBClusterParameterGroup(CreateDBClusterParameterGroupRequest request)DBClusterParameterGroupAmazonRDS. createDBClusterParameterGroup(CreateDBClusterParameterGroupRequest createDBClusterParameterGroupRequest)Creates a new DB cluster parameter group.DBClusterParameterGroupAmazonRDSClient. createDBClusterParameterGroup(CreateDBClusterParameterGroupRequest createDBClusterParameterGroupRequest)Creates a new DB cluster parameter group.Method parameters in com.amazonaws.services.rds with type arguments of type DBClusterParameterGroup Modifier and Type Method Description Future<DBClusterParameterGroup>AbstractAmazonRDSAsync. createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest request, AsyncHandler<CreateDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler)Future<DBClusterParameterGroup>AmazonRDSAsync. createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest createDBClusterParameterGroupRequest, AsyncHandler<CreateDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler)Creates a new DB cluster parameter group.Future<DBClusterParameterGroup>AmazonRDSAsyncClient. createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest request, AsyncHandler<CreateDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler) -
Uses of DBClusterParameterGroup in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBClusterParameterGroup Modifier and Type Method Description DBClusterParameterGroupDBClusterParameterGroup. clone()DBClusterParameterGroupDBClusterParameterGroup. withDBClusterParameterGroupName(String dBClusterParameterGroupName)Provides the name of the DB cluster parameter group.DBClusterParameterGroupDBClusterParameterGroup. withDBParameterGroupFamily(String dBParameterGroupFamily)Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.DBClusterParameterGroupDBClusterParameterGroup. withDescription(String description)Provides the customer-specified description for this DB cluster parameter group.Methods in com.amazonaws.services.rds.model that return types with arguments of type DBClusterParameterGroup Modifier and Type Method Description List<DBClusterParameterGroup>DescribeDBClusterParameterGroupsResult. getDBClusterParameterGroups()A list of DB cluster parameter groups.Methods in com.amazonaws.services.rds.model with parameters of type DBClusterParameterGroup Modifier and Type Method Description DescribeDBClusterParameterGroupsResultDescribeDBClusterParameterGroupsResult. withDBClusterParameterGroups(DBClusterParameterGroup... dBClusterParameterGroups)A list of DB cluster parameter groups.Method parameters in com.amazonaws.services.rds.model with type arguments of type DBClusterParameterGroup Modifier and Type Method Description voidDescribeDBClusterParameterGroupsResult. setDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)A list of DB cluster parameter groups.DescribeDBClusterParameterGroupsResultDescribeDBClusterParameterGroupsResult. withDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)A list of DB cluster parameter groups.
-