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