Uses of Class
com.oracle.bmc.datascience.requests.GetProjectRequest
-
Packages that use GetProjectRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetProjectRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type GetProjectRequest 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.Methods in com.oracle.bmc.datascience with parameters of type GetProjectRequest 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.GetProjectResponse
DataScience. getProject(GetProjectRequest request)
Gets the specified project’s information.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)
GetProjectResponse
DataScienceClient. getProject(GetProjectRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetProjectRequest 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 GetProjectRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetProjectRequest Modifier and Type Method Description GetProjectRequest
GetProjectRequest.Builder. build()
Build the instance of GetProjectRequest as configured by this builderGetProjectRequest
GetProjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetProjectRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetProjectRequest Modifier and Type Method Description GetProjectRequest.Builder
GetProjectRequest.Builder. copy(GetProjectRequest o)
Copy method to populate the builder with values from the given instance.
-