Uses of Class
software.amazon.awssdk.services.workspaces.model.DedicatedTenancyModificationStateEnum
-
Packages that use DedicatedTenancyModificationStateEnum Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of DedicatedTenancyModificationStateEnum in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return DedicatedTenancyModificationStateEnum Modifier and Type Method Description static DedicatedTenancyModificationStateEnumDedicatedTenancyModificationStateEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DedicatedTenancyModificationStateEnumAccountModification. modificationState()The state of the modification to the configuration of BYOL.static DedicatedTenancyModificationStateEnumDedicatedTenancyModificationStateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DedicatedTenancyModificationStateEnum[]DedicatedTenancyModificationStateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type DedicatedTenancyModificationStateEnum Modifier and Type Method Description static Set<DedicatedTenancyModificationStateEnum>DedicatedTenancyModificationStateEnum. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type DedicatedTenancyModificationStateEnum Modifier and Type Method Description AccountModification.BuilderAccountModification.Builder. modificationState(DedicatedTenancyModificationStateEnum modificationState)The state of the modification to the configuration of BYOL.
-