Uses of Class
software.amazon.awssdk.services.rds.model.DBProxy
Packages that use DBProxy
Package
Description
-
Uses of DBProxy in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyModifier and TypeMethodDescriptionfinal DBProxyCreateDbProxyResponse.dbProxy()TheDBProxystructure corresponding to the new proxy.final DBProxyDeleteDbProxyResponse.dbProxy()The data structure representing the details of the DB proxy that you delete.final 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 DBProxyModifier and TypeMethodDescriptionDescribeDbProxiesResponse.dbProxies()A return value representing an arbitrary number ofDBProxydata structures.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBProxyModifier and TypeMethodDescriptionA return value representing an arbitrary number ofDBProxydata structures.TheDBProxystructure corresponding to the new proxy.The data structure representing the details of the DB proxy that you delete.TheDBProxyobject representing the new settings for the proxy.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBProxyModifier and TypeMethodDescriptionDescribeDbProxiesResponse.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 DBProxyModifier and TypeMethodDescriptionfinal SdkIterable<DBProxy>DescribeDBProxiesIterable.dbProxies()Returns an iterable to iterate through the paginatedDescribeDbProxiesResponse.dbProxies()member.final SdkPublisher<DBProxy>DescribeDBProxiesPublisher.dbProxies()Returns a publisher that can be used to get a stream of data.