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