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