Uses of Class
software.amazon.awssdk.services.rds.model.CreateDbProxyResponse
Packages that use CreateDbProxyResponse
-
Uses of CreateDbProxyResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateDbProxyResponseModifier and TypeMethodDescriptiondefault 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 CreateDbProxyResponseModifier and TypeMethodDescriptiondefault 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.