Uses of Class
software.amazon.awssdk.services.rds.model.CreateDbProxyResponse
-
Packages that use CreateDbProxyResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of CreateDbProxyResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateDbProxyResponse Modifier and Type Method Description default CreateDbProxyResponseRdsClient. createDBProxy(Consumer<CreateDbProxyRequest.Builder> createDbProxyRequest)Creates a new DB proxy.default CreateDbProxyResponseRdsClient. createDBProxy(CreateDbProxyRequest createDbProxyRequest)Creates a new DB proxy.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateDbProxyResponse Modifier and Type Method Description default CompletableFuture<CreateDbProxyResponse>RdsAsyncClient. createDBProxy(Consumer<CreateDbProxyRequest.Builder> createDbProxyRequest)Creates a new DB proxy.default CompletableFuture<CreateDbProxyResponse>RdsAsyncClient. createDBProxy(CreateDbProxyRequest createDbProxyRequest)Creates a new DB proxy.
-