Uses of Class
software.amazon.awssdk.services.pinpoint.model.APNSChannelResponse
-
Packages that use APNSChannelResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of APNSChannelResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return APNSChannelResponse Modifier and Type Method Description APNSChannelResponseDeleteApnsChannelResponse. apnsChannelResponse()Returns the value of the APNSChannelResponse property for this object.APNSChannelResponseGetApnsChannelResponse. apnsChannelResponse()Returns the value of the APNSChannelResponse property for this object.APNSChannelResponseUpdateApnsChannelResponse. apnsChannelResponse()Returns the value of the APNSChannelResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type APNSChannelResponse Modifier and Type Method Description DeleteApnsChannelResponse.BuilderDeleteApnsChannelResponse.Builder. apnsChannelResponse(APNSChannelResponse apnsChannelResponse)Sets the value of the APNSChannelResponse property for this object.GetApnsChannelResponse.BuilderGetApnsChannelResponse.Builder. apnsChannelResponse(APNSChannelResponse apnsChannelResponse)Sets the value of the APNSChannelResponse property for this object.UpdateApnsChannelResponse.BuilderUpdateApnsChannelResponse.Builder. apnsChannelResponse(APNSChannelResponse apnsChannelResponse)Sets the value of the APNSChannelResponse property for this object.
-