Uses of Class
org.jclouds.openstack.cinder.v1.domain.SnapshotExtendedAttributes
- 
Packages that use SnapshotExtendedAttributes Package Description org.jclouds.openstack.cinder.v1.domain  - 
- 
Uses of SnapshotExtendedAttributes in org.jclouds.openstack.cinder.v1.domain
Fields in org.jclouds.openstack.cinder.v1.domain declared as SnapshotExtendedAttributes Modifier and Type Field Description protected SnapshotExtendedAttributesSnapshot.Builder. extendedAttributesMethods in org.jclouds.openstack.cinder.v1.domain that return SnapshotExtendedAttributes Modifier and Type Method Description SnapshotExtendedAttributesSnapshotExtendedAttributes.Builder. build()Methods in org.jclouds.openstack.cinder.v1.domain that return types with arguments of type SnapshotExtendedAttributes Modifier and Type Method Description com.google.common.base.Optional<SnapshotExtendedAttributes>Snapshot. getExtendedAttributes()Methods in org.jclouds.openstack.cinder.v1.domain with parameters of type SnapshotExtendedAttributes Modifier and Type Method Description Snapshot.BuilderSnapshot.Builder. extendedAttributes(SnapshotExtendedAttributes extendedAttributes)SnapshotExtendedAttributes.BuilderSnapshotExtendedAttributes.Builder. fromExtendedAttributes(SnapshotExtendedAttributes in)Constructors in org.jclouds.openstack.cinder.v1.domain with parameters of type SnapshotExtendedAttributes Constructor Description Snapshot(String id, String volumeId, Volume.Status status, int size, Date created, String name, String description, SnapshotExtendedAttributes extendedAttributes) 
 -