Uses of Class
software.amazon.awssdk.services.rds.model.DBProxy
-
Packages that use DBProxy Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBProxy in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxy Modifier and Type Method Description DBProxyCreateDbProxyResponse. dbProxy()TheDBProxystructure corresponding to the new proxy.DBProxyDeleteDbProxyResponse. dbProxy()The data structure representing the details of the DB proxy that you delete.DBProxyModifyDbProxyResponse. dbProxy()TheDBProxyobject representing the new settings for the proxy.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBProxy Modifier and Type Method Description List<DBProxy>DescribeDbProxiesResponse. dbProxies()A return value representing an arbitrary number ofDBProxydata structures.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBProxy Modifier and Type Method Description DescribeDbProxiesResponse.BuilderDescribeDbProxiesResponse.Builder. dbProxies(DBProxy... dbProxies)A return value representing an arbitrary number ofDBProxydata structures.CreateDbProxyResponse.BuilderCreateDbProxyResponse.Builder. dbProxy(DBProxy dbProxy)TheDBProxystructure corresponding to the new proxy.DeleteDbProxyResponse.BuilderDeleteDbProxyResponse.Builder. dbProxy(DBProxy dbProxy)The data structure representing the details of the DB proxy that you delete.ModifyDbProxyResponse.BuilderModifyDbProxyResponse.Builder. dbProxy(DBProxy dbProxy)TheDBProxyobject representing the new settings for the proxy.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBProxy Modifier and Type Method Description DescribeDbProxiesResponse.BuilderDescribeDbProxiesResponse.Builder. dbProxies(Collection<DBProxy> dbProxies)A return value representing an arbitrary number ofDBProxydata structures. -
Uses of DBProxy in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBProxy Modifier and Type Method Description SdkIterable<DBProxy>DescribeDBProxiesIterable. dbProxies()Returns an iterable to iterate through the paginatedDescribeDbProxiesResponse.dbProxies()member.SdkPublisher<DBProxy>DescribeDBProxiesPublisher. dbProxies()Returns a publisher that can be used to get a stream of data.
-