@Generated(value="software.amazon.awssdk:codegen") public interface EcrPublicEndpointProvider extends EndpointProvider
EcrPublicEndpointParams, and resolves an Endpoint base on the given parameters.| Modifier and Type | Method and Description |
|---|---|
static EcrPublicEndpointProvider |
defaultProvider() |
default CompletableFuture<Endpoint> |
resolveEndpoint(Consumer<EcrPublicEndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.
|
CompletableFuture<Endpoint> |
resolveEndpoint(EcrPublicEndpointParams endpointParams)
Compute the endpoint based on the given set of parameters.
|
CompletableFuture<Endpoint> resolveEndpoint(EcrPublicEndpointParams endpointParams)
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<EcrPublicEndpointParams.Builder> endpointParamsConsumer)
static EcrPublicEndpointProvider defaultProvider()
Copyright © 2023. All rights reserved.