Uses of Class
com.oracle.bmc.vbsinst.responses.GetVbsInstanceResponse
-
Packages that use GetVbsInstanceResponse Package Description com.oracle.bmc.vbsinst com.oracle.bmc.vbsinst.responses -
-
Uses of GetVbsInstanceResponse in com.oracle.bmc.vbsinst
Methods in com.oracle.bmc.vbsinst that return GetVbsInstanceResponse Modifier and Type Method Description GetVbsInstanceResponse
VbsInstance. getVbsInstance(GetVbsInstanceRequest request)
Gets a VbsInstance by identifierGetVbsInstanceResponse
VbsInstanceClient. getVbsInstance(GetVbsInstanceRequest request)
Method parameters in com.oracle.bmc.vbsinst with type arguments of type GetVbsInstanceResponse Modifier and Type Method Description Future<GetVbsInstanceResponse>
VbsInstanceAsync. getVbsInstance(GetVbsInstanceRequest request, AsyncHandler<GetVbsInstanceRequest,GetVbsInstanceResponse> handler)
Gets a VbsInstance by identifierFuture<GetVbsInstanceResponse>
VbsInstanceAsyncClient. getVbsInstance(GetVbsInstanceRequest request, AsyncHandler<GetVbsInstanceRequest,GetVbsInstanceResponse> handler)
-
Uses of GetVbsInstanceResponse in com.oracle.bmc.vbsinst.responses
Methods in com.oracle.bmc.vbsinst.responses that return GetVbsInstanceResponse Modifier and Type Method Description GetVbsInstanceResponse
GetVbsInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vbsinst.responses with parameters of type GetVbsInstanceResponse Modifier and Type Method Description GetVbsInstanceResponse.Builder
GetVbsInstanceResponse.Builder. copy(GetVbsInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-