Uses of Interface
software.amazon.awssdk.services.dataexchange.model.ListEventActionsRequest.Builder
-
Packages that use ListEventActionsRequest.Builder Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.software.amazon.awssdk.services.dataexchange.model -
-
Uses of ListEventActionsRequest.Builder in software.amazon.awssdk.services.dataexchange
Method parameters in software.amazon.awssdk.services.dataexchange with type arguments of type ListEventActionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListEventActionsResponse>DataExchangeAsyncClient. listEventActions(Consumer<ListEventActionsRequest.Builder> listEventActionsRequest)This operation lists your event actions.default ListEventActionsResponseDataExchangeClient. listEventActions(Consumer<ListEventActionsRequest.Builder> listEventActionsRequest)This operation lists your event actions.default ListEventActionsPublisherDataExchangeAsyncClient. listEventActionsPaginator(Consumer<ListEventActionsRequest.Builder> listEventActionsRequest)This operation lists your event actions.default ListEventActionsIterableDataExchangeClient. listEventActionsPaginator(Consumer<ListEventActionsRequest.Builder> listEventActionsRequest)This operation lists your event actions. -
Uses of ListEventActionsRequest.Builder in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return ListEventActionsRequest.Builder Modifier and Type Method Description static ListEventActionsRequest.BuilderListEventActionsRequest. builder()ListEventActionsRequest.BuilderListEventActionsRequest.Builder. eventSourceId(String eventSourceId)The unique identifier for the event source.ListEventActionsRequest.BuilderListEventActionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results returned by a single call.ListEventActionsRequest.BuilderListEventActionsRequest.Builder. nextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListEventActionsRequest.BuilderListEventActionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEventActionsRequest.BuilderListEventActionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEventActionsRequest.BuilderListEventActionsRequest. toBuilder()Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type ListEventActionsRequest.Builder Modifier and Type Method Description static Class<? extends ListEventActionsRequest.Builder>ListEventActionsRequest. serializableBuilderClass()
-