Uses of Class
com.oracle.bmc.datascience.responses.GetProjectResponse
-
Packages that use GetProjectResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of GetProjectResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return GetProjectResponse Modifier and Type Method Description GetProjectResponse
DataScience. getProject(GetProjectRequest request)
Gets the specified project’s information.GetProjectResponse
DataScienceClient. getProject(GetProjectRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type GetProjectResponse Modifier and Type Method Description Waiter<GetProjectRequest,GetProjectResponse>
DataScienceWaiters. forProject(GetProjectRequest request, ProjectLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProjectRequest,GetProjectResponse>
DataScienceWaiters. forProject(GetProjectRequest request, ProjectLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProjectRequest,GetProjectResponse>
DataScienceWaiters. forProject(GetProjectRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ProjectLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetProjectResponse>
DataScienceAsync. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Gets the specified project’s information.Future<GetProjectResponse>
DataScienceAsyncClient. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetProjectResponse Modifier and Type Method Description Future<GetProjectResponse>
DataScienceAsync. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Gets the specified project’s information.Future<GetProjectResponse>
DataScienceAsyncClient. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
-
Uses of GetProjectResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return GetProjectResponse Modifier and Type Method Description GetProjectResponse
GetProjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetProjectResponse Modifier and Type Method Description GetProjectResponse.Builder
GetProjectResponse.Builder. copy(GetProjectResponse o)
Copy method to populate the builder with values from the given instance.
-