Uses of Class
org.jclouds.elasticstack.domain.DriveInfo.Builder
- 
Packages that use DriveInfo.Builder Package Description org.jclouds.elasticstack.domain  - 
- 
Uses of DriveInfo.Builder in org.jclouds.elasticstack.domain
Methods in org.jclouds.elasticstack.domain that return DriveInfo.Builder Modifier and Type Method Description DriveInfo.BuilderDriveInfo.Builder. claimed(Iterable<String> claimed)DriveInfo.BuilderDriveInfo.Builder. claimType(ClaimType claimType)DriveInfo.BuilderDriveInfo.Builder. encryptionCipher(String encryptionCipher)static DriveInfo.BuilderDriveInfo.Builder. fromDriveInfo(DriveInfo driveInfo)DriveInfo.BuilderDriveInfo.Builder. imaging(String imaging)DriveInfo.BuilderDriveInfo.Builder. metrics(DriveMetrics metrics)DriveInfo.BuilderDriveInfo.Builder. name(String name)DriveInfo.BuilderDriveInfo.Builder. readers(Iterable<String> readers)DriveInfo.BuilderDriveInfo.Builder. size(long size)DriveInfo.BuilderDriveInfo.Builder. status(DriveStatus status)DriveInfo.BuilderDriveInfo.Builder. tags(Iterable<String> tags)DriveInfo.BuilderDriveInfo.Builder. user(String user)DriveInfo.BuilderDriveInfo.Builder. userMetadata(Map<String,String> userMetadata)DriveInfo.BuilderDriveInfo.Builder. uuid(String uuid) 
 -