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