Package | Description |
---|---|
com.oracle.bmc.cloudguard | |
com.oracle.bmc.cloudguard.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetProblemRequest,GetProblemResponse> |
CloudGuardWaiters.forProblem(GetProblemRequest request,
ProblemLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProblemRequest,GetProblemResponse> |
CloudGuardWaiters.forProblem(GetProblemRequest request,
ProblemLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProblemRequest,GetProblemResponse> |
CloudGuardWaiters.forProblem(GetProblemRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ProblemLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Waiter<GetProblemRequest,GetProblemResponse> |
CloudGuardWaiters.forProblem(GetProblemRequest request,
ProblemLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProblemRequest,GetProblemResponse> |
CloudGuardWaiters.forProblem(GetProblemRequest request,
ProblemLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProblemRequest,GetProblemResponse> |
CloudGuardWaiters.forProblem(GetProblemRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ProblemLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
GetProblemResponse |
CloudGuard.getProblem(GetProblemRequest request)
Returns the Problem resource identified by problemId.
|
GetProblemResponse |
CloudGuardClient.getProblem(GetProblemRequest request) |
Future<GetProblemResponse> |
CloudGuardAsyncClient.getProblem(GetProblemRequest request,
AsyncHandler<GetProblemRequest,GetProblemResponse> handler) |
Future<GetProblemResponse> |
CloudGuardAsync.getProblem(GetProblemRequest request,
AsyncHandler<GetProblemRequest,GetProblemResponse> handler)
Returns the Problem resource identified by problemId.
|
Modifier and Type | Method and Description |
---|---|
Future<GetProblemResponse> |
CloudGuardAsyncClient.getProblem(GetProblemRequest request,
AsyncHandler<GetProblemRequest,GetProblemResponse> handler) |
Future<GetProblemResponse> |
CloudGuardAsync.getProblem(GetProblemRequest request,
AsyncHandler<GetProblemRequest,GetProblemResponse> handler)
Returns the Problem resource identified by problemId.
|
Modifier and Type | Method and Description |
---|---|
GetProblemRequest |
GetProblemRequest.Builder.build()
Build the instance of GetProblemRequest as configured by this builder
|
GetProblemRequest |
GetProblemRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetProblemRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetProblemRequest.Builder |
GetProblemRequest.Builder.copy(GetProblemRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.