Uses of Class
software.amazon.awssdk.services.rds.model.DBProxyEndpoint
Packages that use DBProxyEndpoint
Package
Description
-
Uses of DBProxyEndpoint in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyEndpointModifier and TypeMethodDescriptionfinal DBProxyEndpointCreateDbProxyEndpointResponse.dbProxyEndpoint()TheDBProxyEndpointobject that is created by the API operation.final DBProxyEndpointDeleteDbProxyEndpointResponse.dbProxyEndpoint()The data structure representing the details of the DB proxy endpoint that you delete.final DBProxyEndpointModifyDbProxyEndpointResponse.dbProxyEndpoint()TheDBProxyEndpointobject representing the new settings for the DB proxy endpoint.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBProxyEndpointModifier and TypeMethodDescriptionfinal List<DBProxyEndpoint>DescribeDbProxyEndpointsResponse.dbProxyEndpoints()The list ofProxyEndpointobjects returned by the API operation.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBProxyEndpointModifier and TypeMethodDescriptionCreateDbProxyEndpointResponse.Builder.dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint) TheDBProxyEndpointobject that is created by the API operation.DeleteDbProxyEndpointResponse.Builder.dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint) The data structure representing the details of the DB proxy endpoint that you delete.ModifyDbProxyEndpointResponse.Builder.dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint) TheDBProxyEndpointobject representing the new settings for the DB proxy endpoint.DescribeDbProxyEndpointsResponse.Builder.dbProxyEndpoints(DBProxyEndpoint... dbProxyEndpoints) The list ofProxyEndpointobjects returned by the API operation.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBProxyEndpointModifier and TypeMethodDescriptionDescribeDbProxyEndpointsResponse.Builder.dbProxyEndpoints(Collection<DBProxyEndpoint> dbProxyEndpoints) The list ofProxyEndpointobjects returned by the API operation. -
Uses of DBProxyEndpoint in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBProxyEndpointModifier and TypeMethodDescriptionfinal SdkIterable<DBProxyEndpoint>DescribeDBProxyEndpointsIterable.dbProxyEndpoints()Returns an iterable to iterate through the paginatedDescribeDbProxyEndpointsResponse.dbProxyEndpoints()member.final SdkPublisher<DBProxyEndpoint>DescribeDBProxyEndpointsPublisher.dbProxyEndpoints()Returns a publisher that can be used to get a stream of data.