Uses of Interface
software.amazon.awssdk.services.amp.endpoints.AmpEndpointParams.Builder
-
Packages that use AmpEndpointParams.Builder Package Description software.amazon.awssdk.services.amp.endpoints -
-
Uses of AmpEndpointParams.Builder in software.amazon.awssdk.services.amp.endpoints
Methods in software.amazon.awssdk.services.amp.endpoints that return AmpEndpointParams.Builder Modifier and Type Method Description static AmpEndpointParams.BuilderAmpEndpointParams. builder()AmpEndpointParams.BuilderAmpEndpointParams.Builder. endpoint(String endpoint)AmpEndpointParams.BuilderAmpEndpointParams.Builder. region(Region region)AmpEndpointParams.BuilderAmpEndpointParams. toBuilder()AmpEndpointParams.BuilderAmpEndpointParams.Builder. useDualStack(Boolean useDualStack)AmpEndpointParams.BuilderAmpEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.amp.endpoints with type arguments of type AmpEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>AmpEndpointProvider. resolveEndpoint(Consumer<AmpEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-