Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.ListFlowExecutionMessagesRequest.Builder
-
Packages that use ListFlowExecutionMessagesRequest.Builder Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of ListFlowExecutionMessagesRequest.Builder in software.amazon.awssdk.services.iotthingsgraph
-
Uses of ListFlowExecutionMessagesRequest.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return ListFlowExecutionMessagesRequest.Builder Modifier and Type Method Description static ListFlowExecutionMessagesRequest.BuilderListFlowExecutionMessagesRequest. builder()ListFlowExecutionMessagesRequest.BuilderListFlowExecutionMessagesRequest.Builder. flowExecutionId(String flowExecutionId)The ID of the flow execution.ListFlowExecutionMessagesRequest.BuilderListFlowExecutionMessagesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListFlowExecutionMessagesRequest.BuilderListFlowExecutionMessagesRequest.Builder. nextToken(String nextToken)The string that specifies the next page of results.ListFlowExecutionMessagesRequest.BuilderListFlowExecutionMessagesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFlowExecutionMessagesRequest.BuilderListFlowExecutionMessagesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFlowExecutionMessagesRequest.BuilderListFlowExecutionMessagesRequest. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type ListFlowExecutionMessagesRequest.Builder Modifier and Type Method Description static Class<? extends ListFlowExecutionMessagesRequest.Builder>ListFlowExecutionMessagesRequest. serializableBuilderClass()
-