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.RoleBucketAccessControls. role()static BucketAccessControls.RoleBucketAccessControls.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.BuilderBucketAccessControls.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.RoleBucketAccessControlsTemplate. role()Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type BucketAccessControls.Role Modifier and Type Method Description static BucketAccessControlsTemplateBucketAccessControlsTemplate. create(String entity, BucketAccessControls.Role role) 
 -