Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<Volume> |
BlockstoragePaginators.listVolumesRecordIterator(ListVolumesRequest request)
Creates a new iterable which will iterate over the
Volume objects contained in responses from the listVolumes operation. |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Volume.Builder |
Volume.Builder.copy(Volume o) |
Modifier and Type | Method and Description |
---|---|
Volume |
CreateVolumeResponse.getVolume()
The returned Volume instance.
|
Volume |
GetVolumeResponse.getVolume()
The returned Volume instance.
|
Volume |
UpdateVolumeResponse.getVolume()
The returned Volume instance.
|
Modifier and Type | Method and Description |
---|---|
List<Volume> |
ListVolumesResponse.getItems()
A list of Volume instances.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumeResponse.Builder |
CreateVolumeResponse.Builder.volume(Volume volume) |
GetVolumeResponse.Builder |
GetVolumeResponse.Builder.volume(Volume volume) |
UpdateVolumeResponse.Builder |
UpdateVolumeResponse.Builder.volume(Volume volume) |
Modifier and Type | Method and Description |
---|---|
ListVolumesResponse.Builder |
ListVolumesResponse.Builder.items(List<Volume> items) |
Copyright © 2016–2019. All rights reserved.