Uses of Class
com.google.cloud.hadoop.util.AccessBoundary.Action
-
Packages that use AccessBoundary.Action Package Description com.google.cloud.hadoop.util -
-
Uses of AccessBoundary.Action in com.google.cloud.hadoop.util
Methods in com.google.cloud.hadoop.util that return AccessBoundary.Action Modifier and Type Method Description abstract AccessBoundary.ActionAccessBoundary. action()static AccessBoundary.ActionAccessBoundary.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessBoundary.Action[]AccessBoundary.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.hadoop.util with parameters of type AccessBoundary.Action Modifier and Type Method Description static AccessBoundaryAccessBoundary. create(String bucketName, String objectName, AccessBoundary.Action action)
-