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