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