Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateApnsSandboxChannelResponse
-
Packages that use UpdateApnsSandboxChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateApnsSandboxChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateApnsSandboxChannelResponse Modifier and Type Method Description default UpdateApnsSandboxChannelResponsePinpointClient. updateApnsSandboxChannel(Consumer<UpdateApnsSandboxChannelRequest.Builder> updateApnsSandboxChannelRequest)Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox channel for an application.default UpdateApnsSandboxChannelResponsePinpointClient. updateApnsSandboxChannel(UpdateApnsSandboxChannelRequest updateApnsSandboxChannelRequest)Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox channel for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UpdateApnsSandboxChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateApnsSandboxChannelResponse>PinpointAsyncClient. updateApnsSandboxChannel(Consumer<UpdateApnsSandboxChannelRequest.Builder> updateApnsSandboxChannelRequest)Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox channel for an application.default CompletableFuture<UpdateApnsSandboxChannelResponse>PinpointAsyncClient. updateApnsSandboxChannel(UpdateApnsSandboxChannelRequest updateApnsSandboxChannelRequest)Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox channel for an application.
-