Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ListActionsRequest.Builder
-
Packages that use ListActionsRequest.Builder Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ListActionsRequest.Builder in software.amazon.awssdk.services.iotsitewise
Method parameters in software.amazon.awssdk.services.iotsitewise with type arguments of type ListActionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListActionsResponse>IoTSiteWiseAsyncClient. listActions(Consumer<ListActionsRequest.Builder> listActionsRequest)Retrieves a paginated list of actions for a specific target resource.default ListActionsResponseIoTSiteWiseClient. listActions(Consumer<ListActionsRequest.Builder> listActionsRequest)Retrieves a paginated list of actions for a specific target resource.default ListActionsPublisherIoTSiteWiseAsyncClient. listActionsPaginator(Consumer<ListActionsRequest.Builder> listActionsRequest)Retrieves a paginated list of actions for a specific target resource.default ListActionsIterableIoTSiteWiseClient. listActionsPaginator(Consumer<ListActionsRequest.Builder> listActionsRequest)Retrieves a paginated list of actions for a specific target resource. -
Uses of ListActionsRequest.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ListActionsRequest.Builder Modifier and Type Method Description static ListActionsRequest.BuilderListActionsRequest. builder()ListActionsRequest.BuilderListActionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for each paginated request.ListActionsRequest.BuilderListActionsRequest.Builder. nextToken(String nextToken)The token to be used for the next set of paginated results.ListActionsRequest.BuilderListActionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListActionsRequest.BuilderListActionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListActionsRequest.BuilderListActionsRequest.Builder. targetResourceId(String targetResourceId)The ID of the target resource.ListActionsRequest.BuilderListActionsRequest.Builder. targetResourceType(String targetResourceType)The type of resource.ListActionsRequest.BuilderListActionsRequest.Builder. targetResourceType(TargetResourceType targetResourceType)The type of resource.ListActionsRequest.BuilderListActionsRequest. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ListActionsRequest.Builder Modifier and Type Method Description static Class<? extends ListActionsRequest.Builder>ListActionsRequest. serializableBuilderClass()
-