Uses of Class
software.amazon.awssdk.services.greengrass.model.ListSubscriptionDefinitionVersionsResponse
-
Packages that use ListSubscriptionDefinitionVersionsResponse 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 ListSubscriptionDefinitionVersionsResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return ListSubscriptionDefinitionVersionsResponse Modifier and Type Method Description default ListSubscriptionDefinitionVersionsResponseGreengrassClient. listSubscriptionDefinitionVersions(Consumer<ListSubscriptionDefinitionVersionsRequest.Builder> listSubscriptionDefinitionVersionsRequest)Lists the versions of a subscription definition.default ListSubscriptionDefinitionVersionsResponseGreengrassClient. listSubscriptionDefinitionVersions(ListSubscriptionDefinitionVersionsRequest listSubscriptionDefinitionVersionsRequest)Lists the versions of a subscription definition.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type ListSubscriptionDefinitionVersionsResponse Modifier and Type Method Description default CompletableFuture<ListSubscriptionDefinitionVersionsResponse>GreengrassAsyncClient. listSubscriptionDefinitionVersions(Consumer<ListSubscriptionDefinitionVersionsRequest.Builder> listSubscriptionDefinitionVersionsRequest)Lists the versions of a subscription definition.default CompletableFuture<ListSubscriptionDefinitionVersionsResponse>GreengrassAsyncClient. listSubscriptionDefinitionVersions(ListSubscriptionDefinitionVersionsRequest listSubscriptionDefinitionVersionsRequest)Lists the versions of a subscription definition.
-