Class DefaultKinesisAnalyticsV2EndpointProvider
java.lang.Object
software.amazon.awssdk.services.kinesisanalyticsv2.endpoints.internal.DefaultKinesisAnalyticsV2EndpointProvider
- All Implemented Interfaces:
EndpointProvider
,KinesisAnalyticsV2EndpointProvider
@Generated("software.amazon.awssdk:codegen")
public final class DefaultKinesisAnalyticsV2EndpointProvider
extends Object
implements KinesisAnalyticsV2EndpointProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveEndpoint
(KinesisAnalyticsV2EndpointParams 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, wait
Methods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.endpoints.KinesisAnalyticsV2EndpointProvider
resolveEndpoint
-
Constructor Details
-
DefaultKinesisAnalyticsV2EndpointProvider
public DefaultKinesisAnalyticsV2EndpointProvider()
-
-
Method Details
-
resolveEndpoint
Description copied from interface:KinesisAnalyticsV2EndpointProvider
Compute the endpoint based on the given set of parameters.- Specified by:
resolveEndpoint
in interfaceKinesisAnalyticsV2EndpointProvider
-