Uses of Class
software.amazon.awssdk.services.rds.model.CreateOptionGroupResponse
-
Packages that use CreateOptionGroupResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of CreateOptionGroupResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateOptionGroupResponse Modifier and Type Method Description default CreateOptionGroupResponseRdsClient. createOptionGroup(Consumer<CreateOptionGroupRequest.Builder> createOptionGroupRequest)Creates a new option group.default CreateOptionGroupResponseRdsClient. createOptionGroup(CreateOptionGroupRequest createOptionGroupRequest)Creates a new option group.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateOptionGroupResponse Modifier and Type Method Description default CompletableFuture<CreateOptionGroupResponse>RdsAsyncClient. createOptionGroup(Consumer<CreateOptionGroupRequest.Builder> createOptionGroupRequest)Creates a new option group.default CompletableFuture<CreateOptionGroupResponse>RdsAsyncClient. createOptionGroup(CreateOptionGroupRequest createOptionGroupRequest)Creates a new option group.
-