Uses of Class
software.amazon.awssdk.services.route53.endpoints.Route53EndpointParams
-
Packages that use Route53EndpointParams Package Description software.amazon.awssdk.services.route53.endpoints software.amazon.awssdk.services.route53.endpoints.internal -
-
Uses of Route53EndpointParams in software.amazon.awssdk.services.route53.endpoints
Methods in software.amazon.awssdk.services.route53.endpoints that return Route53EndpointParams Modifier and Type Method Description Route53EndpointParamsRoute53EndpointParams.Builder. build()Methods in software.amazon.awssdk.services.route53.endpoints with parameters of type Route53EndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>Route53EndpointProvider. resolveEndpoint(Route53EndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of Route53EndpointParams in software.amazon.awssdk.services.route53.endpoints.internal
Methods in software.amazon.awssdk.services.route53.endpoints.internal that return Route53EndpointParams Modifier and Type Method Description static Route53EndpointParamsRoute53ResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.route53.endpoints.internal with parameters of type Route53EndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultRoute53EndpointProvider. resolveEndpoint(Route53EndpointParams endpointParams)
-