Uses of Class
com.oracle.bmc.aianomalydetection.responses.GetProjectResponse
-
Packages that use GetProjectResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of GetProjectResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return GetProjectResponse Modifier and Type Method Description GetProjectResponse
AnomalyDetection. getProject(GetProjectRequest request)
Gets a Project by identifierGetProjectResponse
AnomalyDetectionClient. getProject(GetProjectRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type GetProjectResponse Modifier and Type Method Description Waiter<GetProjectRequest,GetProjectResponse>
AnomalyDetectionWaiters. forProject(GetProjectRequest request, Project.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProjectRequest,GetProjectResponse>
AnomalyDetectionWaiters. forProject(GetProjectRequest request, Project.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProjectRequest,GetProjectResponse>
AnomalyDetectionWaiters. forProject(GetProjectRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Project.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetProjectResponse>
AnomalyDetectionAsync. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Gets a Project by identifierFuture<GetProjectResponse>
AnomalyDetectionAsyncClient. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type GetProjectResponse Modifier and Type Method Description Future<GetProjectResponse>
AnomalyDetectionAsync. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Gets a Project by identifierFuture<GetProjectResponse>
AnomalyDetectionAsyncClient. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
-
Uses of GetProjectResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return GetProjectResponse Modifier and Type Method Description GetProjectResponse
GetProjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.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.
-