Class DefaultIotManagedIntegrationsEndpointProvider
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.endpoints.internal.DefaultIotManagedIntegrationsEndpointProvider
- All Implemented Interfaces:
EndpointProvider,IotManagedIntegrationsEndpointProvider
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultIotManagedIntegrationsEndpointProvider
extends Object
implements IotManagedIntegrationsEndpointProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()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, waitMethods 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:IotManagedIntegrationsEndpointProviderCompute the endpoint based on the given set of parameters.- Specified by:
resolveEndpointin interfaceIotManagedIntegrationsEndpointProvider
-
equals
-
hashCode
-