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