Uses of Enum
software.amazon.awssdk.services.cloudformation.model.DeprecatedStatus
Packages that use DeprecatedStatus
-
Uses of DeprecatedStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeprecatedStatusModifier and TypeMethodDescriptionfinal DeprecatedStatusDescribeTypeResponse.deprecatedStatus()The deprecation status of the extension version.final DeprecatedStatusListTypesRequest.deprecatedStatus()The deprecation status of the extension that you want to get summary information about.final DeprecatedStatusListTypeVersionsRequest.deprecatedStatus()The deprecation status of the extension versions that you want to get summary information about.static DeprecatedStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DeprecatedStatusReturns 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 DeprecatedStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type DeprecatedStatusModifier and TypeMethodDescriptionDescribeTypeResponse.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus) The deprecation status of the extension version.ListTypesRequest.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus) The deprecation status of the extension that you want to get summary information about.ListTypeVersionsRequest.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus) The deprecation status of the extension versions that you want to get summary information about.