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