Uses of Class
software.amazon.awssdk.services.greengrass.model.ListDeviceDefinitionVersionsResponse
-
Packages that use ListDeviceDefinitionVersionsResponse 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. -
-
Uses of ListDeviceDefinitionVersionsResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return ListDeviceDefinitionVersionsResponse Modifier and Type Method Description default ListDeviceDefinitionVersionsResponseGreengrassClient. listDeviceDefinitionVersions(Consumer<ListDeviceDefinitionVersionsRequest.Builder> listDeviceDefinitionVersionsRequest)Lists the versions of a device definition.default ListDeviceDefinitionVersionsResponseGreengrassClient. listDeviceDefinitionVersions(ListDeviceDefinitionVersionsRequest listDeviceDefinitionVersionsRequest)Lists the versions of a device definition.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type ListDeviceDefinitionVersionsResponse Modifier and Type Method Description default CompletableFuture<ListDeviceDefinitionVersionsResponse>GreengrassAsyncClient. listDeviceDefinitionVersions(Consumer<ListDeviceDefinitionVersionsRequest.Builder> listDeviceDefinitionVersionsRequest)Lists the versions of a device definition.default CompletableFuture<ListDeviceDefinitionVersionsResponse>GreengrassAsyncClient. listDeviceDefinitionVersions(ListDeviceDefinitionVersionsRequest listDeviceDefinitionVersionsRequest)Lists the versions of a device definition.
-