| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.fromValue(String value)
Use this in place of valueOf.
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateConstraintResult.setStatus(Status status)
The status of the current request.
|
void |
DescribeProvisioningArtifactResult.setStatus(Status status)
The status of the current request.
|
void |
DescribeConstraintResult.setStatus(Status status)
The status of the current request.
|
void |
CreateConstraintResult.setStatus(Status status)
The status of the current request.
|
void |
UpdateProvisioningArtifactResult.setStatus(Status status)
The status of the current request.
|
void |
ProductViewDetail.setStatus(Status status)
The status of the product.
|
void |
CreateProvisioningArtifactResult.setStatus(Status status)
The status of the current request.
|
UpdateConstraintResult |
UpdateConstraintResult.withStatus(Status status)
The status of the current request.
|
DescribeProvisioningArtifactResult |
DescribeProvisioningArtifactResult.withStatus(Status status)
The status of the current request.
|
DescribeConstraintResult |
DescribeConstraintResult.withStatus(Status status)
The status of the current request.
|
CreateConstraintResult |
CreateConstraintResult.withStatus(Status status)
The status of the current request.
|
UpdateProvisioningArtifactResult |
UpdateProvisioningArtifactResult.withStatus(Status status)
The status of the current request.
|
ProductViewDetail |
ProductViewDetail.withStatus(Status status)
The status of the product.
|
CreateProvisioningArtifactResult |
CreateProvisioningArtifactResult.withStatus(Status status)
The status of the current request.
|
Copyright © 2022. All rights reserved.