| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionedProductPlanType |
ProvisionedProductPlanType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProvisionedProductPlanType |
ProvisionedProductPlanSummary.planType()
The plan type.
|
ProvisionedProductPlanType |
CreateProvisionedProductPlanRequest.planType()
The plan type.
|
ProvisionedProductPlanType |
ProvisionedProductPlanDetails.planType()
The plan type.
|
static ProvisionedProductPlanType |
ProvisionedProductPlanType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProvisionedProductPlanType> |
ProvisionedProductPlanType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProvisionedProductPlanSummary.Builder |
ProvisionedProductPlanSummary.Builder.planType(ProvisionedProductPlanType planType)
The plan type.
|
CreateProvisionedProductPlanRequest.Builder |
CreateProvisionedProductPlanRequest.Builder.planType(ProvisionedProductPlanType planType)
The plan type.
|
ProvisionedProductPlanDetails.Builder |
ProvisionedProductPlanDetails.Builder.planType(ProvisionedProductPlanType planType)
The plan type.
|
Copyright © 2023. All rights reserved.