Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRdsDbInstanceEndpoint
-
Packages that use AwsRdsDbInstanceEndpoint Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbInstanceEndpoint in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRdsDbInstanceEndpoint Modifier and Type Method Description AwsRdsDbInstanceEndpointAwsRdsDbInstanceDetails. endpoint()Specifies the connection endpoint.AwsRdsDbInstanceEndpointAwsRdsDbInstanceDetails. listenerEndpoint()Returns the value of the ListenerEndpoint property for this object.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRdsDbInstanceEndpoint Modifier and Type Method Description AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.Builder. endpoint(AwsRdsDbInstanceEndpoint endpoint)Specifies the connection endpoint.AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.Builder. listenerEndpoint(AwsRdsDbInstanceEndpoint listenerEndpoint)Sets the value of the ListenerEndpoint property for this object.
-