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