Class DefaultDirectoryServiceDataEndpointProvider
java.lang.Object
software.amazon.awssdk.services.directoryservicedata.endpoints.internal.DefaultDirectoryServiceDataEndpointProvider
- All Implemented Interfaces:
EndpointProvider
,DirectoryServiceDataEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public final class DefaultDirectoryServiceDataEndpointProvider
extends Object
implements DirectoryServiceDataEndpointProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
resolveEndpoint
(DirectoryServiceDataEndpointParams endpointParams) Compute the endpoint based on the given set of parameters.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.services.directoryservicedata.endpoints.DirectoryServiceDataEndpointProvider
resolveEndpoint
-
Constructor Details
-
DefaultDirectoryServiceDataEndpointProvider
public DefaultDirectoryServiceDataEndpointProvider()
-
-
Method Details
-
resolveEndpoint
public CompletableFuture<Endpoint> resolveEndpoint(DirectoryServiceDataEndpointParams endpointParams) Description copied from interface:DirectoryServiceDataEndpointProvider
Compute the endpoint based on the given set of parameters.- Specified by:
resolveEndpoint
in interfaceDirectoryServiceDataEndpointProvider
-
equals
-
hashCode
-