Uses of Class
software.amazon.awssdk.services.rds.model.CreateDbProxyEndpointResponse
-
Packages that use CreateDbProxyEndpointResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of CreateDbProxyEndpointResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateDbProxyEndpointResponse Modifier and Type Method Description default CreateDbProxyEndpointResponseRdsClient. createDBProxyEndpoint(Consumer<CreateDbProxyEndpointRequest.Builder> createDbProxyEndpointRequest)Creates aDBProxyEndpoint.default CreateDbProxyEndpointResponseRdsClient. createDBProxyEndpoint(CreateDbProxyEndpointRequest createDbProxyEndpointRequest)Creates aDBProxyEndpoint.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateDbProxyEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateDbProxyEndpointResponse>RdsAsyncClient. createDBProxyEndpoint(Consumer<CreateDbProxyEndpointRequest.Builder> createDbProxyEndpointRequest)Creates aDBProxyEndpoint.default CompletableFuture<CreateDbProxyEndpointResponse>RdsAsyncClient. createDBProxyEndpoint(CreateDbProxyEndpointRequest createDbProxyEndpointRequest)Creates aDBProxyEndpoint.
-