Uses of Class
com.oracle.bmc.datascience.requests.GetComputeTargetRequest
-
Packages that use GetComputeTargetRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetComputeTargetRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type GetComputeTargetRequest Modifier and Type Method Description Waiter<GetComputeTargetRequest,GetComputeTargetResponse>DataScienceWaiters. forComputeTarget(GetComputeTargetRequest request, ComputeTargetLifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetComputeTargetRequest,GetComputeTargetResponse>DataScienceWaiters. forComputeTarget(GetComputeTargetRequest request, ComputeTargetLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetComputeTargetRequest,GetComputeTargetResponse>DataScienceWaiters. forComputeTarget(GetComputeTargetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ComputeTargetLifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.datascience with type arguments of type GetComputeTargetRequest Modifier and Type Method Description Future<GetComputeTargetResponse>DataScienceAsync. getComputeTarget(GetComputeTargetRequest request, AsyncHandler<GetComputeTargetRequest,GetComputeTargetResponse> handler)Retrieves the compute target for the specifiedcomputeTargetId.Future<GetComputeTargetResponse>DataScienceAsyncClient. getComputeTarget(GetComputeTargetRequest request, AsyncHandler<GetComputeTargetRequest,GetComputeTargetResponse> handler) -
Uses of GetComputeTargetRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetComputeTargetRequest Modifier and Type Method Description GetComputeTargetRequestGetComputeTargetRequest.Builder. build()Build the instance of GetComputeTargetRequest as configured by this builderGetComputeTargetRequestGetComputeTargetRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetComputeTargetRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetComputeTargetRequest Modifier and Type Method Description GetComputeTargetRequest.BuilderGetComputeTargetRequest.Builder. copy(GetComputeTargetRequest o)Copy method to populate the builder with values from the given instance.
-