Uses of Enum
com.amazonaws.services.cloudhsm.model.SubscriptionType
Packages that use SubscriptionType
-
Uses of SubscriptionType in com.amazonaws.services.cloudhsm.model
Subclasses with type arguments of type SubscriptionType in com.amazonaws.services.cloudhsm.modelModifier and TypeClassDescriptionenumSpecifies the type of subscription for the HSM.Methods in com.amazonaws.services.cloudhsm.model that return SubscriptionTypeModifier and TypeMethodDescriptionstatic SubscriptionTypeUse this in place of valueOf.static SubscriptionTypeReturns the enum constant of this type with the specified name.static SubscriptionType[]SubscriptionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudhsm.model with parameters of type SubscriptionTypeModifier and TypeMethodDescriptionvoidCreateHsmRequest.setSubscriptionType(SubscriptionType subscriptionType) voidDescribeHsmResult.setSubscriptionType(SubscriptionType subscriptionType) CreateHsmRequest.withSubscriptionType(SubscriptionType subscriptionType) DescribeHsmResult.withSubscriptionType(SubscriptionType subscriptionType)