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