Uses of Class
com.oracle.bmc.core.responses.GetBootVolumeResponse
-
Packages that use GetBootVolumeResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetBootVolumeResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetBootVolumeResponse Modifier and Type Method Description GetBootVolumeResponse
Blockstorage. getBootVolume(GetBootVolumeRequest request)
Gets information for the specified boot volume.GetBootVolumeResponse
BlockstorageClient. getBootVolume(GetBootVolumeRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetBootVolumeResponse Modifier and Type Method Description Future<GetBootVolumeResponse>
BlockstorageAsync. getBootVolume(GetBootVolumeRequest request, AsyncHandler<GetBootVolumeRequest,GetBootVolumeResponse> handler)
Gets information for the specified boot volume.Future<GetBootVolumeResponse>
BlockstorageAsyncClient. getBootVolume(GetBootVolumeRequest request, AsyncHandler<GetBootVolumeRequest,GetBootVolumeResponse> handler)
-
Uses of GetBootVolumeResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetBootVolumeResponse Modifier and Type Method Description GetBootVolumeResponse
GetBootVolumeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetBootVolumeResponse Modifier and Type Method Description GetBootVolumeResponse.Builder
GetBootVolumeResponse.Builder. copy(GetBootVolumeResponse o)
Copy method to populate the builder with values from the given instance.
-