Uses of Class
com.amazonaws.services.rds.model.ModifyOptionGroupRequest
-
Packages that use ModifyOptionGroupRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of ModifyOptionGroupRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type ModifyOptionGroupRequest Modifier and Type Method Description Future<OptionGroup>
AbstractAmazonRDSAsync. modifyOptionGroupAsync(ModifyOptionGroupRequest request, AsyncHandler<ModifyOptionGroupRequest,OptionGroup> asyncHandler)
Future<OptionGroup>
AmazonRDSAsync. modifyOptionGroupAsync(ModifyOptionGroupRequest modifyOptionGroupRequest, AsyncHandler<ModifyOptionGroupRequest,OptionGroup> asyncHandler)
Modifies an existing option group.Future<OptionGroup>
AmazonRDSAsyncClient. modifyOptionGroupAsync(ModifyOptionGroupRequest request, AsyncHandler<ModifyOptionGroupRequest,OptionGroup> asyncHandler)
-
Uses of ModifyOptionGroupRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return ModifyOptionGroupRequest Modifier and Type Method Description ModifyOptionGroupRequest
ModifyOptionGroupRequest. clone()
ModifyOptionGroupRequest
ModifyOptionGroupRequest. withApplyImmediately(Boolean applyImmediately)
Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.ModifyOptionGroupRequest
ModifyOptionGroupRequest. withOptionGroupName(String optionGroupName)
The name of the option group to be modified.ModifyOptionGroupRequest
ModifyOptionGroupRequest. withOptionsToInclude(OptionConfiguration... optionsToInclude)
Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.ModifyOptionGroupRequest
ModifyOptionGroupRequest. withOptionsToInclude(Collection<OptionConfiguration> optionsToInclude)
Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.ModifyOptionGroupRequest
ModifyOptionGroupRequest. withOptionsToRemove(String... optionsToRemove)
Options in this list are removed from the option group.ModifyOptionGroupRequest
ModifyOptionGroupRequest. withOptionsToRemove(Collection<String> optionsToRemove)
Options in this list are removed from the option group.
-