Uses of Class
software.amazon.awssdk.services.rds.endpoints.RdsEndpointParams
-
Packages that use RdsEndpointParams Package Description software.amazon.awssdk.services.rds.endpoints software.amazon.awssdk.services.rds.endpoints.internal -
-
Uses of RdsEndpointParams in software.amazon.awssdk.services.rds.endpoints
Methods in software.amazon.awssdk.services.rds.endpoints that return RdsEndpointParams Modifier and Type Method Description RdsEndpointParamsRdsEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.rds.endpoints with parameters of type RdsEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>RdsEndpointProvider. resolveEndpoint(RdsEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of RdsEndpointParams in software.amazon.awssdk.services.rds.endpoints.internal
Methods in software.amazon.awssdk.services.rds.endpoints.internal that return RdsEndpointParams Modifier and Type Method Description static RdsEndpointParamsRdsResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.rds.endpoints.internal with parameters of type RdsEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultRdsEndpointProvider. resolveEndpoint(RdsEndpointParams params)
-