Uses of Interface
software.amazon.awssdk.services.rds.model.DeleteDbProxyEndpointResponse.Builder
-
Packages that use DeleteDbProxyEndpointResponse.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DeleteDbProxyEndpointResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DeleteDbProxyEndpointResponse.Builder Modifier and Type Method Description static DeleteDbProxyEndpointResponse.BuilderDeleteDbProxyEndpointResponse. builder()default DeleteDbProxyEndpointResponse.BuilderDeleteDbProxyEndpointResponse.Builder. dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint)The data structure representing the details of the DB proxy endpoint that you delete.DeleteDbProxyEndpointResponse.BuilderDeleteDbProxyEndpointResponse.Builder. dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)The data structure representing the details of the DB proxy endpoint that you delete.DeleteDbProxyEndpointResponse.BuilderDeleteDbProxyEndpointResponse. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DeleteDbProxyEndpointResponse.Builder Modifier and Type Method Description static Class<? extends DeleteDbProxyEndpointResponse.Builder>DeleteDbProxyEndpointResponse. serializableBuilderClass()
-