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