Uses of Class
software.amazon.awssdk.services.cloudhsm.model.SubscriptionType
-
Packages that use SubscriptionType Package Description software.amazon.awssdk.services.cloudhsm.model -
-
Uses of SubscriptionType in software.amazon.awssdk.services.cloudhsm.model
Methods in software.amazon.awssdk.services.cloudhsm.model that return SubscriptionType Modifier and Type Method Description static SubscriptionTypeSubscriptionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SubscriptionTypeCreateHsmRequest. subscriptionType()Returns the value of the SubscriptionType property for this object.SubscriptionTypeDescribeHsmResponse. subscriptionType()Returns the value of the SubscriptionType property for this object.static SubscriptionTypeSubscriptionType. valueOf(String name)Returns 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 software.amazon.awssdk.services.cloudhsm.model that return types with arguments of type SubscriptionType Modifier and Type Method Description static Set<SubscriptionType>SubscriptionType. knownValues()Methods in software.amazon.awssdk.services.cloudhsm.model with parameters of type SubscriptionType Modifier and Type Method Description CreateHsmRequest.BuilderCreateHsmRequest.Builder. subscriptionType(SubscriptionType subscriptionType)Sets the value of the SubscriptionType property for this object.DescribeHsmResponse.BuilderDescribeHsmResponse.Builder. subscriptionType(SubscriptionType subscriptionType)Sets the value of the SubscriptionType property for this object.
-