Class DefaultRoute53RecoveryReadinessEndpointProvider
java.lang.Object
software.amazon.awssdk.services.route53recoveryreadiness.endpoints.internal.DefaultRoute53RecoveryReadinessEndpointProvider
- All Implemented Interfaces:
EndpointProvider,Route53RecoveryReadinessEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public final class DefaultRoute53RecoveryReadinessEndpointProvider
extends Object
implements Route53RecoveryReadinessEndpointProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveEndpoint(Route53RecoveryReadinessEndpointParams endpointParams) Compute the endpoint based on the given set of parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.services.route53recoveryreadiness.endpoints.Route53RecoveryReadinessEndpointProvider
resolveEndpoint
-
Constructor Details
-
DefaultRoute53RecoveryReadinessEndpointProvider
public DefaultRoute53RecoveryReadinessEndpointProvider()
-
-
Method Details
-
resolveEndpoint
public CompletableFuture<Endpoint> resolveEndpoint(Route53RecoveryReadinessEndpointParams endpointParams) Description copied from interface:Route53RecoveryReadinessEndpointProviderCompute the endpoint based on the given set of parameters.- Specified by:
resolveEndpointin interfaceRoute53RecoveryReadinessEndpointProvider
-