Uses of Interface
software.amazon.awssdk.services.pinpoint.model.BaiduChannelRequest.Builder
-
Packages that use BaiduChannelRequest.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of BaiduChannelRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return BaiduChannelRequest.Builder Modifier and Type Method Description BaiduChannelRequest.BuilderBaiduChannelRequest.Builder. apiKey(String apiKey)The API key that you received from the Baidu Cloud Push service to communicate with the service.static BaiduChannelRequest.BuilderBaiduChannelRequest. builder()BaiduChannelRequest.BuilderBaiduChannelRequest.Builder. enabled(Boolean enabled)Specifies whether to enable the Baidu channel for the application.BaiduChannelRequest.BuilderBaiduChannelRequest.Builder. secretKey(String secretKey)The secret key that you received from the Baidu Cloud Push service to communicate with the service.BaiduChannelRequest.BuilderBaiduChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type BaiduChannelRequest.Builder Modifier and Type Method Description static Class<? extends BaiduChannelRequest.Builder>BaiduChannelRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type BaiduChannelRequest.Builder Modifier and Type Method Description default UpdateBaiduChannelRequest.BuilderUpdateBaiduChannelRequest.Builder. baiduChannelRequest(Consumer<BaiduChannelRequest.Builder> baiduChannelRequest)Sets the value of the BaiduChannelRequest property for this object.
-