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