Uses of Interface
software.amazon.awssdk.services.greengrass.model.ListDeviceDefinitionsRequest.Builder
-
Packages that use ListDeviceDefinitionsRequest.Builder Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage.software.amazon.awssdk.services.greengrass.model -
-
Uses of ListDeviceDefinitionsRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type ListDeviceDefinitionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeviceDefinitionsResponse>GreengrassAsyncClient. listDeviceDefinitions(Consumer<ListDeviceDefinitionsRequest.Builder> listDeviceDefinitionsRequest)Retrieves a list of device definitions.default ListDeviceDefinitionsResponseGreengrassClient. listDeviceDefinitions(Consumer<ListDeviceDefinitionsRequest.Builder> listDeviceDefinitionsRequest)Retrieves a list of device definitions. -
Uses of ListDeviceDefinitionsRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return ListDeviceDefinitionsRequest.Builder Modifier and Type Method Description static ListDeviceDefinitionsRequest.BuilderListDeviceDefinitionsRequest. builder()ListDeviceDefinitionsRequest.BuilderListDeviceDefinitionsRequest.Builder. maxResults(String maxResults)The maximum number of results to be returned per request.ListDeviceDefinitionsRequest.BuilderListDeviceDefinitionsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or ''null'' if there are no additional results.ListDeviceDefinitionsRequest.BuilderListDeviceDefinitionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeviceDefinitionsRequest.BuilderListDeviceDefinitionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeviceDefinitionsRequest.BuilderListDeviceDefinitionsRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type ListDeviceDefinitionsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeviceDefinitionsRequest.Builder>ListDeviceDefinitionsRequest. serializableBuilderClass()
-