| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static DeprecatedStatus |
DeprecatedStatus.fromValue(String value)
Use this in place of valueOf.
|
static DeprecatedStatus |
DeprecatedStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeprecatedStatus[] |
DeprecatedStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListTypesRequest |
ListTypesRequest.withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension that you want to get summary information about.
|
ListTypeVersionsRequest |
ListTypeVersionsRequest.withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension versions that you want to get summary information about.
|
DescribeTypeResult |
DescribeTypeResult.withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension version.
|
Copyright © 2023. All rights reserved.