Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbProxyEndpointResponse.Builder
-
Packages that use ModifyDbProxyEndpointResponse.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of ModifyDbProxyEndpointResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbProxyEndpointResponse.Builder Modifier and Type Method Description static ModifyDbProxyEndpointResponse.BuilderModifyDbProxyEndpointResponse. builder()default ModifyDbProxyEndpointResponse.BuilderModifyDbProxyEndpointResponse.Builder. dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint)TheDBProxyEndpointobject representing the new settings for the DB proxy endpoint.ModifyDbProxyEndpointResponse.BuilderModifyDbProxyEndpointResponse.Builder. dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)TheDBProxyEndpointobject representing the new settings for the DB proxy endpoint.ModifyDbProxyEndpointResponse.BuilderModifyDbProxyEndpointResponse. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbProxyEndpointResponse.Builder Modifier and Type Method Description static Class<? extends ModifyDbProxyEndpointResponse.Builder>ModifyDbProxyEndpointResponse. serializableBuilderClass()
-