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