Class DefaultCognitoSyncEndpointProvider
java.lang.Object
software.amazon.awssdk.services.cognitosync.endpoints.internal.DefaultCognitoSyncEndpointProvider
- All Implemented Interfaces:
 EndpointProvider,CognitoSyncEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public final class DefaultCognitoSyncEndpointProvider
extends Object
implements CognitoSyncEndpointProvider
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionresolveEndpoint(CognitoSyncEndpointParams 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.cognitosync.endpoints.CognitoSyncEndpointProvider
resolveEndpoint 
- 
Constructor Details
- 
DefaultCognitoSyncEndpointProvider
public DefaultCognitoSyncEndpointProvider() 
 - 
 - 
Method Details
- 
resolveEndpoint
Description copied from interface:CognitoSyncEndpointProviderCompute the endpoint based on the given set of parameters.- Specified by:
 resolveEndpointin interfaceCognitoSyncEndpointProvider
 
 -