@Generated public enum GetWorkspaceWarehouseConfigResponseSecurityPolicy extends Enum<GetWorkspaceWarehouseConfigResponseSecurityPolicy>
Enum Constant and Description |
---|
DATA_ACCESS_CONTROL |
NONE |
PASSTHROUGH |
Modifier and Type | Method and Description |
---|---|
static GetWorkspaceWarehouseConfigResponseSecurityPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetWorkspaceWarehouseConfigResponseSecurityPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetWorkspaceWarehouseConfigResponseSecurityPolicy DATA_ACCESS_CONTROL
public static final GetWorkspaceWarehouseConfigResponseSecurityPolicy NONE
public static final GetWorkspaceWarehouseConfigResponseSecurityPolicy PASSTHROUGH
public static GetWorkspaceWarehouseConfigResponseSecurityPolicy[] values()
for (GetWorkspaceWarehouseConfigResponseSecurityPolicy c : GetWorkspaceWarehouseConfigResponseSecurityPolicy.values()) System.out.println(c);
public static GetWorkspaceWarehouseConfigResponseSecurityPolicy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023. All rights reserved.