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