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