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