Class DefaultIotManagedIntegrationsEndpointProvider
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.endpoints.internal.DefaultIotManagedIntegrationsEndpointProvider
- All Implemented Interfaces:
EndpointProvider
,IotManagedIntegrationsEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public final class DefaultIotManagedIntegrationsEndpointProvider
extends Object
implements IotManagedIntegrationsEndpointProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
resolveEndpoint
(IotManagedIntegrationsEndpointParams 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.iotmanagedintegrations.endpoints.IotManagedIntegrationsEndpointProvider
resolveEndpoint
-
Constructor Details
-
DefaultIotManagedIntegrationsEndpointProvider
public DefaultIotManagedIntegrationsEndpointProvider()
-
-
Method Details
-
resolveEndpoint
public CompletableFuture<Endpoint> resolveEndpoint(IotManagedIntegrationsEndpointParams endpointParams) Description copied from interface:IotManagedIntegrationsEndpointProvider
Compute the endpoint based on the given set of parameters.- Specified by:
resolveEndpoint
in interfaceIotManagedIntegrationsEndpointProvider
-
equals
-
hashCode
-