Uses of Class
com.oracle.bmc.bds.requests.GetBdsInstanceRequest
-
Packages that use GetBdsInstanceRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of GetBdsInstanceRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return types with arguments of type GetBdsInstanceRequest Modifier and Type Method Description Waiter<GetBdsInstanceRequest,GetBdsInstanceResponse>
BdsWaiters. forBdsInstance(GetBdsInstanceRequest request, BdsInstance.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBdsInstanceRequest,GetBdsInstanceResponse>
BdsWaiters. forBdsInstance(GetBdsInstanceRequest request, BdsInstance.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBdsInstanceRequest,GetBdsInstanceResponse>
BdsWaiters. forBdsInstance(GetBdsInstanceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BdsInstance.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.bds with type arguments of type GetBdsInstanceRequest Modifier and Type Method Description Future<GetBdsInstanceResponse>
BdsAsync. getBdsInstance(GetBdsInstanceRequest request, AsyncHandler<GetBdsInstanceRequest,GetBdsInstanceResponse> handler)
Returns information about the Big Data Service cluster identified by the given ID.Future<GetBdsInstanceResponse>
BdsAsyncClient. getBdsInstance(GetBdsInstanceRequest request, AsyncHandler<GetBdsInstanceRequest,GetBdsInstanceResponse> handler)
-
Uses of GetBdsInstanceRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return GetBdsInstanceRequest Modifier and Type Method Description GetBdsInstanceRequest
GetBdsInstanceRequest.Builder. build()
Build the instance of GetBdsInstanceRequest as configured by this builderGetBdsInstanceRequest
GetBdsInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBdsInstanceRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type GetBdsInstanceRequest Modifier and Type Method Description GetBdsInstanceRequest.Builder
GetBdsInstanceRequest.Builder. copy(GetBdsInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-