Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ProvisionedProductPlanType
-
Packages that use ProvisionedProductPlanType Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ProvisionedProductPlanType in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return ProvisionedProductPlanType Modifier and Type Method Description static ProvisionedProductPlanTypeProvisionedProductPlanType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProvisionedProductPlanTypeCreateProvisionedProductPlanRequest. planType()The plan type.ProvisionedProductPlanTypeProvisionedProductPlanDetails. planType()The plan type.ProvisionedProductPlanTypeProvisionedProductPlanSummary. planType()The plan type.static ProvisionedProductPlanTypeProvisionedProductPlanType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvisionedProductPlanType[]ProvisionedProductPlanType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ProvisionedProductPlanType Modifier and Type Method Description static Set<ProvisionedProductPlanType>ProvisionedProductPlanType. knownValues()Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type ProvisionedProductPlanType Modifier and Type Method Description CreateProvisionedProductPlanRequest.BuilderCreateProvisionedProductPlanRequest.Builder. planType(ProvisionedProductPlanType planType)The plan type.ProvisionedProductPlanDetails.BuilderProvisionedProductPlanDetails.Builder. planType(ProvisionedProductPlanType planType)The plan type.ProvisionedProductPlanSummary.BuilderProvisionedProductPlanSummary.Builder. planType(ProvisionedProductPlanType planType)The plan type.
-