Package | Description |
---|---|
com.amazonaws.services.storagegateway.model |
Classes modeling the various types represented by AWSStorageGateway.
|
Modifier and Type | Method and Description |
---|---|
Disk |
Disk.withDiskAllocationResource(String diskAllocationResource)
Sets the value of the DiskAllocationResource property for this object.
|
Disk |
Disk.withDiskAllocationType(String diskAllocationType)
Sets the value of the DiskAllocationType property for this object.
|
Disk |
Disk.withDiskId(String diskId)
Sets the value of the DiskId property for this object.
|
Disk |
Disk.withDiskNode(String diskNode)
Sets the value of the DiskNode property for this object.
|
Disk |
Disk.withDiskPath(String diskPath)
Sets the value of the DiskPath property for this object.
|
Disk |
Disk.withDiskSizeInBytes(Long diskSizeInBytes)
Sets the value of the DiskSizeInBytes property for this object.
|
Modifier and Type | Method and Description |
---|---|
List<Disk> |
ListLocalDisksResult.getDisks()
Returns the value of the Disks property for this object.
|
Modifier and Type | Method and Description |
---|---|
ListLocalDisksResult |
ListLocalDisksResult.withDisks(Disk... disks)
Sets the value of the Disks property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
ListLocalDisksResult.setDisks(Collection<Disk> disks)
Sets the value of the Disks property for this object.
|
ListLocalDisksResult |
ListLocalDisksResult.withDisks(Collection<Disk> disks)
Sets the value of the Disks property for this object.
|
Copyright © 2014. All rights reserved.