| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static ProductType |
ProductType.fromValue(String value)
Use this in place of valueOf.
|
static ProductType |
ProductType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProductRequest.setProductType(ProductType productType)
The type of the product to create.
|
void |
ProductViewSummary.setType(ProductType type)
The product type.
|
CreateProductRequest |
CreateProductRequest.withProductType(ProductType productType)
The type of the product to create.
|
ProductViewSummary |
ProductViewSummary.withType(ProductType type)
The product type.
|
Copyright © 2017. All rights reserved.