Uses of Class
software.amazon.awssdk.services.fsx.model.AliasLifecycle
-
Packages that use AliasLifecycle Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of AliasLifecycle in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return AliasLifecycle Modifier and Type Method Description static AliasLifecycleAliasLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AliasLifecycleAlias. lifecycle()Describes the state of the DNS alias.static AliasLifecycleAliasLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static AliasLifecycle[]AliasLifecycle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type AliasLifecycle Modifier and Type Method Description static Set<AliasLifecycle>AliasLifecycle. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type AliasLifecycle Modifier and Type Method Description Alias.BuilderAlias.Builder. lifecycle(AliasLifecycle lifecycle)Describes the state of the DNS alias.
-