Uses of Class
software.amazon.awssdk.services.acm.endpoints.AcmEndpointParams
-
Packages that use AcmEndpointParams Package Description software.amazon.awssdk.services.acm.endpoints software.amazon.awssdk.services.acm.endpoints.internal -
-
Uses of AcmEndpointParams in software.amazon.awssdk.services.acm.endpoints
Methods in software.amazon.awssdk.services.acm.endpoints that return AcmEndpointParams Modifier and Type Method Description AcmEndpointParamsAcmEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.acm.endpoints with parameters of type AcmEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>AcmEndpointProvider. resolveEndpoint(AcmEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of AcmEndpointParams in software.amazon.awssdk.services.acm.endpoints.internal
Methods in software.amazon.awssdk.services.acm.endpoints.internal that return AcmEndpointParams Modifier and Type Method Description static AcmEndpointParamsAcmResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.acm.endpoints.internal with parameters of type AcmEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultAcmEndpointProvider. resolveEndpoint(AcmEndpointParams endpointParams)
-