Uses of Class
software.amazon.awssdk.services.shield.endpoints.ShieldEndpointParams
-
Packages that use ShieldEndpointParams Package Description software.amazon.awssdk.services.shield.endpoints software.amazon.awssdk.services.shield.endpoints.internal -
-
Uses of ShieldEndpointParams in software.amazon.awssdk.services.shield.endpoints
Methods in software.amazon.awssdk.services.shield.endpoints that return ShieldEndpointParams Modifier and Type Method Description ShieldEndpointParamsShieldEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.shield.endpoints with parameters of type ShieldEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>ShieldEndpointProvider. resolveEndpoint(ShieldEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of ShieldEndpointParams in software.amazon.awssdk.services.shield.endpoints.internal
Methods in software.amazon.awssdk.services.shield.endpoints.internal that return ShieldEndpointParams Modifier and Type Method Description static ShieldEndpointParamsShieldResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.shield.endpoints.internal with parameters of type ShieldEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultShieldEndpointProvider. resolveEndpoint(ShieldEndpointParams params)
-