Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetProjectRequest,GetProjectResponse> |
DevopsWaiters.forProject(GetProjectRequest request,
Project.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProjectRequest,GetProjectResponse> |
DevopsWaiters.forProject(GetProjectRequest request,
Project.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProjectRequest,GetProjectResponse> |
DevopsWaiters.forProject(GetProjectRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Project.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetProjectResponse> |
DevopsAsyncClient.getProject(GetProjectRequest request,
AsyncHandler<GetProjectRequest,GetProjectResponse> handler) |
Future<GetProjectResponse> |
DevopsAsync.getProject(GetProjectRequest request,
AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Retrieves a project by identifier.
|
Modifier and Type | Method and Description |
---|---|
GetProjectRequest |
GetProjectRequest.Builder.build()
Build the instance of GetProjectRequest as configured by this builder
|
GetProjectRequest |
GetProjectRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetProjectRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetProjectRequest.Builder |
GetProjectRequest.Builder.copy(GetProjectRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.