| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDbSubnetGroupResponse |
NeptuneClient.createDBSubnetGroup(Consumer<CreateDbSubnetGroupRequest.Builder> createDbSubnetGroupRequest)
Creates a new DB subnet group.
|
default CreateDbSubnetGroupResponse |
NeptuneClient.createDBSubnetGroup(CreateDbSubnetGroupRequest createDbSubnetGroupRequest)
Creates a new DB subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDbSubnetGroupResponse> |
NeptuneAsyncClient.createDBSubnetGroup(Consumer<CreateDbSubnetGroupRequest.Builder> createDbSubnetGroupRequest)
Creates a new DB subnet group.
|
default CompletableFuture<CreateDbSubnetGroupResponse> |
NeptuneAsyncClient.createDBSubnetGroup(CreateDbSubnetGroupRequest createDbSubnetGroupRequest)
Creates a new DB subnet group.
|
Copyright © 2021. All rights reserved.