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