Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.SearchFlowExecutionsRequest.Builder
-
Packages that use SearchFlowExecutionsRequest.Builder Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of SearchFlowExecutionsRequest.Builder in software.amazon.awssdk.services.iotthingsgraph
Method parameters in software.amazon.awssdk.services.iotthingsgraph with type arguments of type SearchFlowExecutionsRequest.Builder Modifier and Type Method Description default CompletableFuture<SearchFlowExecutionsResponse>IoTThingsGraphAsyncClient. searchFlowExecutions(Consumer<SearchFlowExecutionsRequest.Builder> searchFlowExecutionsRequest)Deprecated.since: 2022-08-30default SearchFlowExecutionsResponseIoTThingsGraphClient. searchFlowExecutions(Consumer<SearchFlowExecutionsRequest.Builder> searchFlowExecutionsRequest)Deprecated.since: 2022-08-30default SearchFlowExecutionsPublisherIoTThingsGraphAsyncClient. searchFlowExecutionsPaginator(Consumer<SearchFlowExecutionsRequest.Builder> searchFlowExecutionsRequest)Deprecated.since: 2022-08-30default SearchFlowExecutionsIterableIoTThingsGraphClient. searchFlowExecutionsPaginator(Consumer<SearchFlowExecutionsRequest.Builder> searchFlowExecutionsRequest)Deprecated.since: 2022-08-30 -
Uses of SearchFlowExecutionsRequest.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return SearchFlowExecutionsRequest.Builder Modifier and Type Method Description static SearchFlowExecutionsRequest.BuilderSearchFlowExecutionsRequest. builder()SearchFlowExecutionsRequest.BuilderSearchFlowExecutionsRequest.Builder. endTime(Instant endTime)The date and time of the latest flow execution to return.SearchFlowExecutionsRequest.BuilderSearchFlowExecutionsRequest.Builder. flowExecutionId(String flowExecutionId)The ID of a flow execution.SearchFlowExecutionsRequest.BuilderSearchFlowExecutionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.SearchFlowExecutionsRequest.BuilderSearchFlowExecutionsRequest.Builder. nextToken(String nextToken)The string that specifies the next page of results.SearchFlowExecutionsRequest.BuilderSearchFlowExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchFlowExecutionsRequest.BuilderSearchFlowExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SearchFlowExecutionsRequest.BuilderSearchFlowExecutionsRequest.Builder. startTime(Instant startTime)The date and time of the earliest flow execution to return.SearchFlowExecutionsRequest.BuilderSearchFlowExecutionsRequest.Builder. systemInstanceId(String systemInstanceId)The ID of the system instance that contains the flow.SearchFlowExecutionsRequest.BuilderSearchFlowExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type SearchFlowExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends SearchFlowExecutionsRequest.Builder>SearchFlowExecutionsRequest. serializableBuilderClass()
-