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