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