Interface VpcLatticeEndpointProvider
- All Superinterfaces:
EndpointProvider
- All Known Implementing Classes:
DefaultVpcLatticeEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public interface VpcLatticeEndpointProvider
extends EndpointProvider
An endpoint provider for VpcLattice. The endpoint provider takes a set of parameters using
VpcLatticeEndpointParams
, and resolves an Endpoint
base on the given parameters.-
Method Summary
Modifier and TypeMethodDescriptionstatic VpcLatticeEndpointProvider
default CompletableFuture
<Endpoint> resolveEndpoint
(Consumer<VpcLatticeEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.resolveEndpoint
(VpcLatticeEndpointParams 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<VpcLatticeEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters. -
defaultProvider
-