| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static ProvisioningArtifactType |
ProvisioningArtifactType.fromValue(String value)
Use this in place of valueOf.
|
static ProvisioningArtifactType |
ProvisioningArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisioningArtifactType[] |
ProvisioningArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvisioningArtifactDetail.setType(ProvisioningArtifactType type)
The type of provisioning artifact.
|
void |
ProvisioningArtifactProperties.setType(ProvisioningArtifactType type)
The type of provisioning artifact.
|
ProvisioningArtifactDetail |
ProvisioningArtifactDetail.withType(ProvisioningArtifactType type)
The type of provisioning artifact.
|
ProvisioningArtifactProperties |
ProvisioningArtifactProperties.withType(ProvisioningArtifactType type)
The type of provisioning artifact.
|
Copyright © 2024. All rights reserved.