Uses of Class
com.amazonaws.services.ec2.model.CreateVolumePermission

Packages that use CreateVolumePermission
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of CreateVolumePermission in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CreateVolumePermission
 CreateVolumePermission CreateVolumePermission.withGroup(String group)
          The group that is allowed to create volumes from the snapshot (currently supports "all").
 CreateVolumePermission CreateVolumePermission.withUserId(String userId)
          The user ID of the user that can create volumes from the snapshot.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateVolumePermission
 List<CreateVolumePermission> DescribeSnapshotAttributeResult.getCreateVolumePermissions()
          The list of permissions describing who can create a volume from the associated EBS snapshot.
 

Methods in com.amazonaws.services.ec2.model with parameters of type CreateVolumePermission
 DescribeSnapshotAttributeResult DescribeSnapshotAttributeResult.withCreateVolumePermissions(CreateVolumePermission... createVolumePermissions)
          The list of permissions describing who can create a volume from the associated EBS snapshot.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type CreateVolumePermission
 void DescribeSnapshotAttributeResult.setCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
          The list of permissions describing who can create a volume from the associated EBS snapshot.
 DescribeSnapshotAttributeResult DescribeSnapshotAttributeResult.withCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
          The list of permissions describing who can create a volume from the associated EBS snapshot.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.