Uses of Class
software.amazon.awssdk.services.neptune.model.CreateDbInstanceResponse
-
Packages that use CreateDbInstanceResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of CreateDbInstanceResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return CreateDbInstanceResponse Modifier and Type Method Description default CreateDbInstanceResponseNeptuneClient. createDBInstance(Consumer<CreateDbInstanceRequest.Builder> createDbInstanceRequest)Creates a new DB instance.default CreateDbInstanceResponseNeptuneClient. createDBInstance(CreateDbInstanceRequest createDbInstanceRequest)Creates a new DB instance.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type CreateDbInstanceResponse Modifier and Type Method Description default CompletableFuture<CreateDbInstanceResponse>NeptuneAsyncClient. createDBInstance(Consumer<CreateDbInstanceRequest.Builder> createDbInstanceRequest)Creates a new DB instance.default CompletableFuture<CreateDbInstanceResponse>NeptuneAsyncClient. createDBInstance(CreateDbInstanceRequest createDbInstanceRequest)Creates a new DB instance.
-