Uses of Class
com.oracle.bmc.lockbox.requests.GetLockboxRequest
-
Packages that use GetLockboxRequest Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.requests -
-
Uses of GetLockboxRequest in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox that return types with arguments of type GetLockboxRequest Modifier and Type Method Description Waiter<GetLockboxRequest,GetLockboxResponse>
LockboxWaiters. forLockbox(GetLockboxRequest request, Lockbox.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetLockboxRequest,GetLockboxResponse>
LockboxWaiters. forLockbox(GetLockboxRequest request, Lockbox.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetLockboxRequest,GetLockboxResponse>
LockboxWaiters. forLockbox(GetLockboxRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Lockbox.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.lockbox with type arguments of type GetLockboxRequest 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 GetLockboxRequest in com.oracle.bmc.lockbox.requests
Methods in com.oracle.bmc.lockbox.requests that return GetLockboxRequest Modifier and Type Method Description GetLockboxRequest
GetLockboxRequest.Builder. build()
Build the instance of GetLockboxRequest as configured by this builderGetLockboxRequest
GetLockboxRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetLockboxRequest as configured by this builderMethods in com.oracle.bmc.lockbox.requests with parameters of type GetLockboxRequest Modifier and Type Method Description GetLockboxRequest.Builder
GetLockboxRequest.Builder. copy(GetLockboxRequest o)
Copy method to populate the builder with values from the given instance.
-