Interface AiOpsEndpointProvider
- All Superinterfaces:
EndpointProvider
- All Known Implementing Classes:
DefaultAiOpsEndpointProvider
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface AiOpsEndpointProvider
extends EndpointProvider
An endpoint provider for AiOps. The endpoint provider takes a set of parameters using
AiOpsEndpointParams,
and resolves an Endpoint base on the given parameters.-
Method Summary
Modifier and TypeMethodDescriptionstatic AiOpsEndpointProviderdefault CompletableFuture<Endpoint> resolveEndpoint(Consumer<AiOpsEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.resolveEndpoint(AiOpsEndpointParams endpointParams) Compute the endpoint based on the given set of parameters.
-
Method Details
-
resolveEndpoint
Compute the endpoint based on the given set of parameters. -
resolveEndpoint
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<AiOpsEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters. -
defaultProvider
-