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