Uses of Interface
software.amazon.awssdk.services.pinpoint.model.UpdateSmsChannelRequest.Builder
-
Packages that use UpdateSmsChannelRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of UpdateSmsChannelRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type UpdateSmsChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSmsChannelResponse>PinpointAsyncClient. updateSmsChannel(Consumer<UpdateSmsChannelRequest.Builder> updateSmsChannelRequest)Enables the SMS channel for an application or updates the status and settings of the SMS channel for an application.default UpdateSmsChannelResponsePinpointClient. updateSmsChannel(Consumer<UpdateSmsChannelRequest.Builder> updateSmsChannelRequest)Enables the SMS channel for an application or updates the status and settings of the SMS channel for an application. -
Uses of UpdateSmsChannelRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return UpdateSmsChannelRequest.Builder Modifier and Type Method Description UpdateSmsChannelRequest.BuilderUpdateSmsChannelRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static UpdateSmsChannelRequest.BuilderUpdateSmsChannelRequest. builder()UpdateSmsChannelRequest.BuilderUpdateSmsChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSmsChannelRequest.BuilderUpdateSmsChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateSmsChannelRequest.BuilderUpdateSmsChannelRequest.Builder. smsChannelRequest(Consumer<SMSChannelRequest.Builder> smsChannelRequest)Sets the value of the SMSChannelRequest property for this object.UpdateSmsChannelRequest.BuilderUpdateSmsChannelRequest.Builder. smsChannelRequest(SMSChannelRequest smsChannelRequest)Sets the value of the SMSChannelRequest property for this object.UpdateSmsChannelRequest.BuilderUpdateSmsChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type UpdateSmsChannelRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSmsChannelRequest.Builder>UpdateSmsChannelRequest. serializableBuilderClass()
-