Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GetApnsVoipChannelRequest.Builder
-
Packages that use GetApnsVoipChannelRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of GetApnsVoipChannelRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type GetApnsVoipChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<GetApnsVoipChannelResponse>PinpointAsyncClient. getApnsVoipChannel(Consumer<GetApnsVoipChannelRequest.Builder> getApnsVoipChannelRequest)Retrieves information about the status and settings of the APNs VoIP channel for an application.default GetApnsVoipChannelResponsePinpointClient. getApnsVoipChannel(Consumer<GetApnsVoipChannelRequest.Builder> getApnsVoipChannelRequest)Retrieves information about the status and settings of the APNs VoIP channel for an application. -
Uses of GetApnsVoipChannelRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GetApnsVoipChannelRequest.Builder Modifier and Type Method Description GetApnsVoipChannelRequest.BuilderGetApnsVoipChannelRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static GetApnsVoipChannelRequest.BuilderGetApnsVoipChannelRequest. builder()GetApnsVoipChannelRequest.BuilderGetApnsVoipChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetApnsVoipChannelRequest.BuilderGetApnsVoipChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetApnsVoipChannelRequest.BuilderGetApnsVoipChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GetApnsVoipChannelRequest.Builder Modifier and Type Method Description static Class<? extends GetApnsVoipChannelRequest.Builder>GetApnsVoipChannelRequest. serializableBuilderClass()
-