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