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