Uses of Interface
software.amazon.awssdk.services.iotevents.model.ListInputsResponse.Builder
-
Packages that use ListInputsResponse.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of ListInputsResponse.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return ListInputsResponse.Builder Modifier and Type Method Description static ListInputsResponse.BuilderListInputsResponse. builder()ListInputsResponse.BuilderListInputsResponse.Builder. inputSummaries(Collection<InputSummary> inputSummaries)Summary information about the inputs.ListInputsResponse.BuilderListInputsResponse.Builder. inputSummaries(Consumer<InputSummary.Builder>... inputSummaries)Summary information about the inputs.ListInputsResponse.BuilderListInputsResponse.Builder. inputSummaries(InputSummary... inputSummaries)Summary information about the inputs.ListInputsResponse.BuilderListInputsResponse.Builder. nextToken(String nextToken)The token that you can use to return the next set of results, ornullif there are no more results.ListInputsResponse.BuilderListInputsResponse. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type ListInputsResponse.Builder Modifier and Type Method Description static Class<? extends ListInputsResponse.Builder>ListInputsResponse. serializableBuilderClass()
-