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