Uses of Class
com.oracle.bmc.core.requests.AttachBootVolumeRequest
-
Packages that use AttachBootVolumeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of AttachBootVolumeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type AttachBootVolumeRequest Modifier and Type Method Description AttachBootVolumeResponse
Compute. attachBootVolume(AttachBootVolumeRequest request)
Attaches the specified boot volume to the specified instance.Future<AttachBootVolumeResponse>
ComputeAsync. attachBootVolume(AttachBootVolumeRequest request, AsyncHandler<AttachBootVolumeRequest,AttachBootVolumeResponse> handler)
Attaches the specified boot volume to the specified instance.Future<AttachBootVolumeResponse>
ComputeAsyncClient. attachBootVolume(AttachBootVolumeRequest request, AsyncHandler<AttachBootVolumeRequest,AttachBootVolumeResponse> handler)
AttachBootVolumeResponse
ComputeClient. attachBootVolume(AttachBootVolumeRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type AttachBootVolumeRequest Modifier and Type Method Description Future<AttachBootVolumeResponse>
ComputeAsync. attachBootVolume(AttachBootVolumeRequest request, AsyncHandler<AttachBootVolumeRequest,AttachBootVolumeResponse> handler)
Attaches the specified boot volume to the specified instance.Future<AttachBootVolumeResponse>
ComputeAsyncClient. attachBootVolume(AttachBootVolumeRequest request, AsyncHandler<AttachBootVolumeRequest,AttachBootVolumeResponse> handler)
-
Uses of AttachBootVolumeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return AttachBootVolumeRequest Modifier and Type Method Description AttachBootVolumeRequest
AttachBootVolumeRequest.Builder. build()
Build the instance of AttachBootVolumeRequest as configured by this builderAttachBootVolumeRequest
AttachBootVolumeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachBootVolumeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type AttachBootVolumeRequest Modifier and Type Method Description AttachBootVolumeRequest.Builder
AttachBootVolumeRequest.Builder. copy(AttachBootVolumeRequest o)
Copy method to populate the builder with values from the given instance.
-