Uses of Interface
software.amazon.awssdk.services.greengrass.model.ListFunctionDefinitionsResponse.Builder
-
Packages that use ListFunctionDefinitionsResponse.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of ListFunctionDefinitionsResponse.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return ListFunctionDefinitionsResponse.Builder Modifier and Type Method Description static ListFunctionDefinitionsResponse.BuilderListFunctionDefinitionsResponse. builder()ListFunctionDefinitionsResponse.BuilderListFunctionDefinitionsResponse.Builder. definitions(Collection<DefinitionInformation> definitions)Information about a definition.ListFunctionDefinitionsResponse.BuilderListFunctionDefinitionsResponse.Builder. definitions(Consumer<DefinitionInformation.Builder>... definitions)Information about a definition.ListFunctionDefinitionsResponse.BuilderListFunctionDefinitionsResponse.Builder. definitions(DefinitionInformation... definitions)Information about a definition.ListFunctionDefinitionsResponse.BuilderListFunctionDefinitionsResponse.Builder. nextToken(String nextToken)The token for the next set of results, or ''null'' if there are no additional results.ListFunctionDefinitionsResponse.BuilderListFunctionDefinitionsResponse. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type ListFunctionDefinitionsResponse.Builder Modifier and Type Method Description static Class<? extends ListFunctionDefinitionsResponse.Builder>ListFunctionDefinitionsResponse. serializableBuilderClass()
-