Uses of Class
com.oracle.bmc.cloudguard.requests.GetProblemRequest
-
Packages that use GetProblemRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of GetProblemRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type GetProblemRequest Modifier and Type Method Description Waiter<GetProblemRequest,GetProblemResponse>
CloudGuardWaiters. forProblem(GetProblemRequest request, ProblemLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProblemRequest,GetProblemResponse>
CloudGuardWaiters. forProblem(GetProblemRequest request, ProblemLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProblemRequest,GetProblemResponse>
CloudGuardWaiters. forProblem(GetProblemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ProblemLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.cloudguard with parameters of type GetProblemRequest Modifier and Type Method Description Waiter<GetProblemRequest,GetProblemResponse>
CloudGuardWaiters. forProblem(GetProblemRequest request, ProblemLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProblemRequest,GetProblemResponse>
CloudGuardWaiters. forProblem(GetProblemRequest request, ProblemLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProblemRequest,GetProblemResponse>
CloudGuardWaiters. forProblem(GetProblemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ProblemLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetProblemResponse
CloudGuard. getProblem(GetProblemRequest request)
Returns the Problem resource identified by problemId.Future<GetProblemResponse>
CloudGuardAsync. getProblem(GetProblemRequest request, AsyncHandler<GetProblemRequest,GetProblemResponse> handler)
Returns the Problem resource identified by problemId.Future<GetProblemResponse>
CloudGuardAsyncClient. getProblem(GetProblemRequest request, AsyncHandler<GetProblemRequest,GetProblemResponse> handler)
GetProblemResponse
CloudGuardClient. getProblem(GetProblemRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetProblemRequest Modifier and Type Method Description Future<GetProblemResponse>
CloudGuardAsync. getProblem(GetProblemRequest request, AsyncHandler<GetProblemRequest,GetProblemResponse> handler)
Returns the Problem resource identified by problemId.Future<GetProblemResponse>
CloudGuardAsyncClient. getProblem(GetProblemRequest request, AsyncHandler<GetProblemRequest,GetProblemResponse> handler)
-
Uses of GetProblemRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return GetProblemRequest Modifier and Type Method Description GetProblemRequest
GetProblemRequest.Builder. build()
Build the instance of GetProblemRequest as configured by this builderGetProblemRequest
GetProblemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetProblemRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type GetProblemRequest Modifier and Type Method Description GetProblemRequest.Builder
GetProblemRequest.Builder. copy(GetProblemRequest o)
Copy method to populate the builder with values from the given instance.
-