Uses of Class
com.oracle.bmc.lockbox.responses.GetLockboxResponse
-
Packages that use GetLockboxResponse Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.responses -
-
Uses of GetLockboxResponse in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox that return GetLockboxResponse Modifier and Type Method Description GetLockboxResponse
Lockbox. getLockbox(GetLockboxRequest request)
Gets a Lockbox by identifierGetLockboxResponse
LockboxClient. getLockbox(GetLockboxRequest request)
Method parameters in com.oracle.bmc.lockbox with type arguments of type GetLockboxResponse Modifier and Type Method Description Future<GetLockboxResponse>
LockboxAsync. getLockbox(GetLockboxRequest request, AsyncHandler<GetLockboxRequest,GetLockboxResponse> handler)
Gets a Lockbox by identifierFuture<GetLockboxResponse>
LockboxAsyncClient. getLockbox(GetLockboxRequest request, AsyncHandler<GetLockboxRequest,GetLockboxResponse> handler)
-
Uses of GetLockboxResponse in com.oracle.bmc.lockbox.responses
Methods in com.oracle.bmc.lockbox.responses that return GetLockboxResponse Modifier and Type Method Description GetLockboxResponse
GetLockboxResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.lockbox.responses with parameters of type GetLockboxResponse Modifier and Type Method Description GetLockboxResponse.Builder
GetLockboxResponse.Builder. copy(GetLockboxResponse o)
Copy method to populate the builder with values from the given instance.
-