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