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