Uses of Class
software.amazon.awssdk.services.greengrass.model.SubscriptionDefinitionVersion
-
Packages that use SubscriptionDefinitionVersion Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of SubscriptionDefinitionVersion in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return SubscriptionDefinitionVersion Modifier and Type Method Description SubscriptionDefinitionVersionGetSubscriptionDefinitionVersionResponse. definition()Information about the subscription definition version.SubscriptionDefinitionVersionCreateSubscriptionDefinitionRequest. initialVersion()Information about the initial version of the subscription definition.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type SubscriptionDefinitionVersion Modifier and Type Method Description GetSubscriptionDefinitionVersionResponse.BuilderGetSubscriptionDefinitionVersionResponse.Builder. definition(SubscriptionDefinitionVersion definition)Information about the subscription definition version.CreateSubscriptionDefinitionRequest.BuilderCreateSubscriptionDefinitionRequest.Builder. initialVersion(SubscriptionDefinitionVersion initialVersion)Information about the initial version of the subscription definition.
-