Uses of Class
com.oracle.bmc.aivision.responses.GetProjectResponse
-
Packages that use GetProjectResponse Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.responses -
-
Uses of GetProjectResponse in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return GetProjectResponse Modifier and Type Method Description GetProjectResponse
AIServiceVision. getProject(GetProjectRequest request)
Get a project by identifier.GetProjectResponse
AIServiceVisionClient. getProject(GetProjectRequest request)
Methods in com.oracle.bmc.aivision that return types with arguments of type GetProjectResponse Modifier and Type Method Description Waiter<GetProjectRequest,GetProjectResponse>
AIServiceVisionWaiters. forProject(GetProjectRequest request, Project.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProjectRequest,GetProjectResponse>
AIServiceVisionWaiters. forProject(GetProjectRequest request, Project.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProjectRequest,GetProjectResponse>
AIServiceVisionWaiters. forProject(GetProjectRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Project.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetProjectResponse>
AIServiceVisionAsync. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Get a project by identifier.Future<GetProjectResponse>
AIServiceVisionAsyncClient. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Method parameters in com.oracle.bmc.aivision with type arguments of type GetProjectResponse Modifier and Type Method Description Future<GetProjectResponse>
AIServiceVisionAsync. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Get a project by identifier.Future<GetProjectResponse>
AIServiceVisionAsyncClient. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
-
Uses of GetProjectResponse in com.oracle.bmc.aivision.responses
Methods in com.oracle.bmc.aivision.responses that return GetProjectResponse Modifier and Type Method Description GetProjectResponse
GetProjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aivision.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.
-