Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.ListDeviceEventsRequest.Builder
-
Packages that use ListDeviceEventsRequest.Builder Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of ListDeviceEventsRequest.Builder in software.amazon.awssdk.services.alexaforbusiness
Method parameters in software.amazon.awssdk.services.alexaforbusiness with type arguments of type ListDeviceEventsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeviceEventsResponse>AlexaForBusinessAsyncClient. listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)Deprecated.Alexa For Business is no longer supporteddefault ListDeviceEventsResponseAlexaForBusinessClient. listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)Deprecated.Alexa For Business is no longer supporteddefault ListDeviceEventsPublisherAlexaForBusinessAsyncClient. listDeviceEventsPaginator(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)Deprecated.Alexa For Business is no longer supporteddefault ListDeviceEventsIterableAlexaForBusinessClient. listDeviceEventsPaginator(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)Deprecated.Alexa For Business is no longer supported -
Uses of ListDeviceEventsRequest.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return ListDeviceEventsRequest.Builder Modifier and Type Method Description static ListDeviceEventsRequest.BuilderListDeviceEventsRequest. builder()ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. deviceArn(String deviceArn)The ARN of a device.ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. eventType(String eventType)The event type to filter device events.ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. eventType(DeviceEventType eventType)The event type to filter device events.ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to include in the response.ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. nextToken(String nextToken)An optional token returned from a prior request.ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeviceEventsRequest.BuilderListDeviceEventsRequest. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type ListDeviceEventsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeviceEventsRequest.Builder>ListDeviceEventsRequest. serializableBuilderClass()
-