Uses of Class
com.amazonaws.services.rds.model.CreateOptionGroupRequest
-
Packages that use CreateOptionGroupRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of CreateOptionGroupRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type CreateOptionGroupRequest Modifier and Type Method Description Future<OptionGroup>
AbstractAmazonRDSAsync. createOptionGroupAsync(CreateOptionGroupRequest request, AsyncHandler<CreateOptionGroupRequest,OptionGroup> asyncHandler)
Future<OptionGroup>
AmazonRDSAsync. createOptionGroupAsync(CreateOptionGroupRequest createOptionGroupRequest, AsyncHandler<CreateOptionGroupRequest,OptionGroup> asyncHandler)
Creates a new option group.Future<OptionGroup>
AmazonRDSAsyncClient. createOptionGroupAsync(CreateOptionGroupRequest request, AsyncHandler<CreateOptionGroupRequest,OptionGroup> asyncHandler)
-
Uses of CreateOptionGroupRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CreateOptionGroupRequest Modifier and Type Method Description CreateOptionGroupRequest
CreateOptionGroupRequest. clone()
CreateOptionGroupRequest
CreateOptionGroupRequest. withEngineName(String engineName)
Specifies the name of the engine that this option group should be associated with.CreateOptionGroupRequest
CreateOptionGroupRequest. withMajorEngineVersion(String majorEngineVersion)
Specifies the major version of the engine that this option group should be associated with.CreateOptionGroupRequest
CreateOptionGroupRequest. withOptionGroupDescription(String optionGroupDescription)
The description of the option group.CreateOptionGroupRequest
CreateOptionGroupRequest. withOptionGroupName(String optionGroupName)
Specifies the name of the option group to be created.CreateOptionGroupRequest
CreateOptionGroupRequest. withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).CreateOptionGroupRequest
CreateOptionGroupRequest. withTags(Collection<Tag> tags)
-