Uses of Class
com.oracle.bmc.lockbox.requests.CreateLockboxRequest
-
Packages that use CreateLockboxRequest Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.requests -
-
Uses of CreateLockboxRequest in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox with parameters of type CreateLockboxRequest Modifier and Type Method Description CreateLockboxResponse
Lockbox. createLockbox(CreateLockboxRequest request)
Creates a new Lockbox.Future<CreateLockboxResponse>
LockboxAsync. createLockbox(CreateLockboxRequest request, AsyncHandler<CreateLockboxRequest,CreateLockboxResponse> handler)
Creates a new Lockbox.Future<CreateLockboxResponse>
LockboxAsyncClient. createLockbox(CreateLockboxRequest request, AsyncHandler<CreateLockboxRequest,CreateLockboxResponse> handler)
CreateLockboxResponse
LockboxClient. createLockbox(CreateLockboxRequest request)
Method parameters in com.oracle.bmc.lockbox with type arguments of type CreateLockboxRequest 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 CreateLockboxRequest in com.oracle.bmc.lockbox.requests
Methods in com.oracle.bmc.lockbox.requests that return CreateLockboxRequest Modifier and Type Method Description CreateLockboxRequest
CreateLockboxRequest.Builder. build()
Build the instance of CreateLockboxRequest as configured by this builderCreateLockboxRequest
CreateLockboxRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateLockboxRequest as configured by this builderMethods in com.oracle.bmc.lockbox.requests with parameters of type CreateLockboxRequest Modifier and Type Method Description CreateLockboxRequest.Builder
CreateLockboxRequest.Builder. copy(CreateLockboxRequest o)
Copy method to populate the builder with values from the given instance.
-