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