Uses of Class
software.amazon.awssdk.services.fsx.model.AdministrativeActionType
-
Packages that use AdministrativeActionType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of AdministrativeActionType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return AdministrativeActionType Modifier and Type Method Description AdministrativeActionTypeAdministrativeAction. administrativeActionType()Returns the value of the AdministrativeActionType property for this object.static AdministrativeActionTypeAdministrativeActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdministrativeActionTypeAdministrativeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdministrativeActionType[]AdministrativeActionType. 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 AdministrativeActionType Modifier and Type Method Description static Set<AdministrativeActionType>AdministrativeActionType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type AdministrativeActionType Modifier and Type Method Description AdministrativeAction.BuilderAdministrativeAction.Builder. administrativeActionType(AdministrativeActionType administrativeActionType)Sets the value of the AdministrativeActionType property for this object.
-