Uses of Class
com.oracle.bmc.devops.requests.GetProjectRequest
-
Packages that use GetProjectRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetProjectRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type GetProjectRequest Modifier and Type Method Description Waiter<GetProjectRequest,GetProjectResponse>
DevopsWaiters. forProject(GetProjectRequest request, Project.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProjectRequest,GetProjectResponse>
DevopsWaiters. forProject(GetProjectRequest request, Project.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProjectRequest,GetProjectResponse>
DevopsWaiters. forProject(GetProjectRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Project.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.devops with type arguments of type GetProjectRequest Modifier and Type Method Description Future<GetProjectResponse>
DevopsAsync. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Retrieves a project by identifier.Future<GetProjectResponse>
DevopsAsyncClient. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
-
Uses of GetProjectRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.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.devops.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.
-