Uses of Class
org.jclouds.googlecloudstorage.domain.BucketAccessControls.Role
-
Packages that use BucketAccessControls.Role Package Description org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.domain.templates -
-
Uses of BucketAccessControls.Role in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return BucketAccessControls.Role Modifier and Type Method Description abstract BucketAccessControls.Role
BucketAccessControls. role()
static BucketAccessControls.Role
BucketAccessControls.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static BucketAccessControls.Role[]
BucketAccessControls.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.googlecloudstorage.domain with parameters of type BucketAccessControls.Role Modifier and Type Method Description BucketAccessControls.Builder
BucketAccessControls.Builder. role(BucketAccessControls.Role role)
-
Uses of BucketAccessControls.Role in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return BucketAccessControls.Role Modifier and Type Method Description abstract BucketAccessControls.Role
BucketAccessControlsTemplate. role()
Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type BucketAccessControls.Role Modifier and Type Method Description static BucketAccessControlsTemplate
BucketAccessControlsTemplate. create(String entity, BucketAccessControls.Role role)
-