Uses of Class
software.amazon.awssdk.services.cloudformation.model.DeprecatedStatus
-
Packages that use DeprecatedStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of DeprecatedStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeprecatedStatus Modifier and Type Method Description DeprecatedStatusDescribeTypeResponse. deprecatedStatus()The deprecation status of the extension version.DeprecatedStatusListTypesRequest. deprecatedStatus()The deprecation status of the extension that you want to get summary information about.DeprecatedStatusListTypeVersionsRequest. deprecatedStatus()The deprecation status of the extension versions that you want to get summary information about.static DeprecatedStatusDeprecatedStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeprecatedStatusDeprecatedStatus. 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.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DeprecatedStatus Modifier and Type Method Description static Set<DeprecatedStatus>DeprecatedStatus. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type DeprecatedStatus Modifier and Type Method Description DescribeTypeResponse.BuilderDescribeTypeResponse.Builder. deprecatedStatus(DeprecatedStatus deprecatedStatus)The deprecation status of the extension version.ListTypesRequest.BuilderListTypesRequest.Builder. deprecatedStatus(DeprecatedStatus deprecatedStatus)The deprecation status of the extension that you want to get summary information about.ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. deprecatedStatus(DeprecatedStatus deprecatedStatus)The deprecation status of the extension versions that you want to get summary information about.
-