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