Uses of Class
com.oracle.bmc.aivision.requests.GetProjectRequest
-
Packages that use GetProjectRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of GetProjectRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return types with arguments of type GetProjectRequest 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.Methods in com.oracle.bmc.aivision with parameters of type GetProjectRequest 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.GetProjectResponse
AIServiceVision. getProject(GetProjectRequest request)
Get a project by identifier.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)
GetProjectResponse
AIServiceVisionClient. getProject(GetProjectRequest request)
Method parameters in com.oracle.bmc.aivision with type arguments of type GetProjectRequest 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 GetProjectRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.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.aivision.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.
-