Uses of Interface
software.amazon.awssdk.services.sms.endpoints.SmsEndpointParams.Builder
-
Packages that use SmsEndpointParams.Builder Package Description software.amazon.awssdk.services.sms.endpoints -
-
Uses of SmsEndpointParams.Builder in software.amazon.awssdk.services.sms.endpoints
Methods in software.amazon.awssdk.services.sms.endpoints that return SmsEndpointParams.Builder Modifier and Type Method Description static SmsEndpointParams.BuilderSmsEndpointParams. builder()SmsEndpointParams.BuilderSmsEndpointParams.Builder. endpoint(String endpoint)SmsEndpointParams.BuilderSmsEndpointParams.Builder. region(Region region)SmsEndpointParams.BuilderSmsEndpointParams. toBuilder()SmsEndpointParams.BuilderSmsEndpointParams.Builder. useDualStack(Boolean useDualStack)SmsEndpointParams.BuilderSmsEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.sms.endpoints with type arguments of type SmsEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>SmsEndpointProvider. resolveEndpoint(Consumer<SmsEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-