Uses of Class
software.amazon.awssdk.services.workspaces.model.AGAModeForWorkSpaceEnum
-
Packages that use AGAModeForWorkSpaceEnum Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of AGAModeForWorkSpaceEnum in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return AGAModeForWorkSpaceEnum Modifier and Type Method Description static AGAModeForWorkSpaceEnumAGAModeForWorkSpaceEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AGAModeForWorkSpaceEnumGlobalAcceleratorForWorkSpace. mode()Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.static AGAModeForWorkSpaceEnumAGAModeForWorkSpaceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AGAModeForWorkSpaceEnum[]AGAModeForWorkSpaceEnum. 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 AGAModeForWorkSpaceEnum Modifier and Type Method Description static Set<AGAModeForWorkSpaceEnum>AGAModeForWorkSpaceEnum. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type AGAModeForWorkSpaceEnum Modifier and Type Method Description GlobalAcceleratorForWorkSpace.BuilderGlobalAcceleratorForWorkSpace.Builder. mode(AGAModeForWorkSpaceEnum mode)Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.
-