Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbProxyResponse.Builder
-
Packages that use CreateDbProxyResponse.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of CreateDbProxyResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbProxyResponse.Builder Modifier and Type Method Description static CreateDbProxyResponse.BuilderCreateDbProxyResponse. builder()default CreateDbProxyResponse.BuilderCreateDbProxyResponse.Builder. dbProxy(Consumer<DBProxy.Builder> dbProxy)TheDBProxystructure corresponding to the new proxy.CreateDbProxyResponse.BuilderCreateDbProxyResponse.Builder. dbProxy(DBProxy dbProxy)TheDBProxystructure corresponding to the new proxy.CreateDbProxyResponse.BuilderCreateDbProxyResponse. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbProxyResponse.Builder Modifier and Type Method Description static Class<? extends CreateDbProxyResponse.Builder>CreateDbProxyResponse. serializableBuilderClass()
-