Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.responses |
Modifier and Type | Method and Description |
---|---|
GetProjectResponse |
DataScienceClient.getProject(GetProjectRequest request) |
GetProjectResponse |
DataScience.getProject(GetProjectRequest request)
Gets the specified project’s information.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetProjectRequest,GetProjectResponse> |
DataScienceWaiters.forProject(GetProjectRequest request,
ProjectLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProjectRequest,GetProjectResponse> |
DataScienceWaiters.forProject(GetProjectRequest request,
ProjectLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProjectRequest,GetProjectResponse> |
DataScienceWaiters.forProject(GetProjectRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ProjectLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetProjectResponse> |
DataScienceAsyncClient.getProject(GetProjectRequest request,
AsyncHandler<GetProjectRequest,GetProjectResponse> handler) |
Future<GetProjectResponse> |
DataScienceAsync.getProject(GetProjectRequest request,
AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Gets the specified project’s information.
|
Modifier and Type | Method and Description |
---|---|
Future<GetProjectResponse> |
DataScienceAsyncClient.getProject(GetProjectRequest request,
AsyncHandler<GetProjectRequest,GetProjectResponse> handler) |
Future<GetProjectResponse> |
DataScienceAsync.getProject(GetProjectRequest request,
AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Gets the specified project’s information.
|
Modifier and Type | Method and Description |
---|---|
GetProjectResponse |
GetProjectResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetProjectResponse.Builder |
GetProjectResponse.Builder.copy(GetProjectResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.