| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DeprecatedStatus |
DescribeTypeResponse.deprecatedStatus()
The deprecation status of the extension version.
|
DeprecatedStatus |
ListTypesRequest.deprecatedStatus()
The deprecation status of the extension that you want to get summary information about.
|
DeprecatedStatus |
ListTypeVersionsRequest.deprecatedStatus()
The deprecation status of the extension versions that you want to get summary information about.
|
static DeprecatedStatus |
DeprecatedStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DeprecatedStatus> |
DeprecatedStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension version.
|
ListTypesRequest.Builder |
ListTypesRequest.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension that you want to get summary information about.
|
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension versions that you want to get summary information about.
|
Copyright © 2021. All rights reserved.