Uses of Class
software.amazon.awssdk.services.greengrass.model.GetSubscriptionDefinitionVersionResponse
-
Packages that use GetSubscriptionDefinitionVersionResponse 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 GetSubscriptionDefinitionVersionResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return GetSubscriptionDefinitionVersionResponse Modifier and Type Method Description default GetSubscriptionDefinitionVersionResponseGreengrassClient. getSubscriptionDefinitionVersion(Consumer<GetSubscriptionDefinitionVersionRequest.Builder> getSubscriptionDefinitionVersionRequest)Retrieves information about a subscription definition version.default GetSubscriptionDefinitionVersionResponseGreengrassClient. getSubscriptionDefinitionVersion(GetSubscriptionDefinitionVersionRequest getSubscriptionDefinitionVersionRequest)Retrieves information about a subscription definition version.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type GetSubscriptionDefinitionVersionResponse Modifier and Type Method Description default CompletableFuture<GetSubscriptionDefinitionVersionResponse>GreengrassAsyncClient. getSubscriptionDefinitionVersion(Consumer<GetSubscriptionDefinitionVersionRequest.Builder> getSubscriptionDefinitionVersionRequest)Retrieves information about a subscription definition version.default CompletableFuture<GetSubscriptionDefinitionVersionResponse>GreengrassAsyncClient. getSubscriptionDefinitionVersion(GetSubscriptionDefinitionVersionRequest getSubscriptionDefinitionVersionRequest)Retrieves information about a subscription definition version.
-