Uses of Class
software.amazon.awssdk.services.pinpoint.model.GCMChannelResponse
-
Packages that use GCMChannelResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of GCMChannelResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GCMChannelResponse Modifier and Type Method Description GCMChannelResponseDeleteGcmChannelResponse. gcmChannelResponse()Returns the value of the GCMChannelResponse property for this object.GCMChannelResponseGetGcmChannelResponse. gcmChannelResponse()Returns the value of the GCMChannelResponse property for this object.GCMChannelResponseUpdateGcmChannelResponse. gcmChannelResponse()Returns the value of the GCMChannelResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type GCMChannelResponse Modifier and Type Method Description DeleteGcmChannelResponse.BuilderDeleteGcmChannelResponse.Builder. gcmChannelResponse(GCMChannelResponse gcmChannelResponse)Sets the value of the GCMChannelResponse property for this object.GetGcmChannelResponse.BuilderGetGcmChannelResponse.Builder. gcmChannelResponse(GCMChannelResponse gcmChannelResponse)Sets the value of the GCMChannelResponse property for this object.UpdateGcmChannelResponse.BuilderUpdateGcmChannelResponse.Builder. gcmChannelResponse(GCMChannelResponse gcmChannelResponse)Sets the value of the GCMChannelResponse property for this object.
-