Uses of Class
software.amazon.awssdk.services.rds.model.DBProxyEndpoint
-
Packages that use DBProxyEndpoint Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBProxyEndpoint in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyEndpoint Modifier and Type Method Description DBProxyEndpointCreateDbProxyEndpointResponse. dbProxyEndpoint()TheDBProxyEndpointobject that is created by the API operation.DBProxyEndpointDeleteDbProxyEndpointResponse. dbProxyEndpoint()The data structure representing the details of the DB proxy endpoint that you delete.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 DBProxyEndpoint Modifier and Type Method Description List<DBProxyEndpoint>DescribeDbProxyEndpointsResponse. dbProxyEndpoints()The list ofProxyEndpointobjects returned by the API operation.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBProxyEndpoint Modifier and Type Method Description CreateDbProxyEndpointResponse.BuilderCreateDbProxyEndpointResponse.Builder. dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)TheDBProxyEndpointobject that is created by the API operation.DeleteDbProxyEndpointResponse.BuilderDeleteDbProxyEndpointResponse.Builder. dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)The data structure representing the details of the DB proxy endpoint that you delete.ModifyDbProxyEndpointResponse.BuilderModifyDbProxyEndpointResponse.Builder. dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)TheDBProxyEndpointobject representing the new settings for the DB proxy endpoint.DescribeDbProxyEndpointsResponse.BuilderDescribeDbProxyEndpointsResponse.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 DBProxyEndpoint Modifier and Type Method Description DescribeDbProxyEndpointsResponse.BuilderDescribeDbProxyEndpointsResponse.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 DBProxyEndpoint Modifier and Type Method Description SdkIterable<DBProxyEndpoint>DescribeDBProxyEndpointsIterable. dbProxyEndpoints()Returns an iterable to iterate through the paginatedDescribeDbProxyEndpointsResponse.dbProxyEndpoints()member.SdkPublisher<DBProxyEndpoint>DescribeDBProxyEndpointsPublisher. dbProxyEndpoints()Returns a publisher that can be used to get a stream of data.
-