Uses of Class
software.amazon.awssdk.services.greengrass.model.GetDeviceDefinitionVersionResponse
-
Packages that use GetDeviceDefinitionVersionResponse 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 GetDeviceDefinitionVersionResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return GetDeviceDefinitionVersionResponse Modifier and Type Method Description default GetDeviceDefinitionVersionResponseGreengrassClient. getDeviceDefinitionVersion(Consumer<GetDeviceDefinitionVersionRequest.Builder> getDeviceDefinitionVersionRequest)Retrieves information about a device definition version.default GetDeviceDefinitionVersionResponseGreengrassClient. getDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest getDeviceDefinitionVersionRequest)Retrieves information about a device definition version.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type GetDeviceDefinitionVersionResponse Modifier and Type Method Description default CompletableFuture<GetDeviceDefinitionVersionResponse>GreengrassAsyncClient. getDeviceDefinitionVersion(Consumer<GetDeviceDefinitionVersionRequest.Builder> getDeviceDefinitionVersionRequest)Retrieves information about a device definition version.default CompletableFuture<GetDeviceDefinitionVersionResponse>GreengrassAsyncClient. getDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest getDeviceDefinitionVersionRequest)Retrieves information about a device definition version.
-