Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<OptionGroup> |
AmazonRDSAsyncClient.createOptionGroupAsync(CreateOptionGroupRequest request,
AsyncHandler<CreateOptionGroupRequest,OptionGroup> asyncHandler) |
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.
|
Modifier and Type | Method and 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(Collection<Tag> tags)
Tags to assign to the option group.
|
CreateOptionGroupRequest |
CreateOptionGroupRequest.withTags(Tag... tags)
Tags to assign to the option group.
|
Copyright © 2020. All rights reserved.