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