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 CreateOptionGroupRequestCreateOptionGroupRequest. clone()CreateOptionGroupRequestCreateOptionGroupRequest. withEngineName(String engineName)Specifies the name of the engine that this option group should be associated with.CreateOptionGroupRequestCreateOptionGroupRequest. withMajorEngineVersion(String majorEngineVersion)Specifies the major version of the engine that this option group should be associated with.CreateOptionGroupRequestCreateOptionGroupRequest. withOptionGroupDescription(String optionGroupDescription)The description of the option group.CreateOptionGroupRequestCreateOptionGroupRequest. withOptionGroupName(String optionGroupName)Specifies the name of the option group to be created.CreateOptionGroupRequestCreateOptionGroupRequest. withTags(Tag... tags)NOTE: This method appends the values to the existing list (if any).CreateOptionGroupRequestCreateOptionGroupRequest. withTags(Collection<Tag> tags)
-