Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ProductType
-
Packages that use ProductType Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ProductType in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return ProductType Modifier and Type Method Description static ProductTypeProductType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProductTypeCreateProductRequest. productType()The type of product.ProductTypeProductViewSummary. type()The product type.static ProductTypeProductType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProductType[]ProductType. 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 ProductType Modifier and Type Method Description static Set<ProductType>ProductType. knownValues()Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type ProductType Modifier and Type Method Description CreateProductRequest.BuilderCreateProductRequest.Builder. productType(ProductType productType)The type of product.ProductViewSummary.BuilderProductViewSummary.Builder. type(ProductType type)The product type.
-