Uses of Class
com.oracle.bmc.stackmonitoring.requests.GetConfigRequest
-
Packages that use GetConfigRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of GetConfigRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type GetConfigRequest Modifier and Type Method Description Waiter<GetConfigRequest,GetConfigResponse>
StackMonitoringWaiters. forConfig(GetConfigRequest request, Config.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConfigRequest,GetConfigResponse>
StackMonitoringWaiters. forConfig(GetConfigRequest request, Config.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetConfigRequest,GetConfigResponse>
StackMonitoringWaiters. forConfig(GetConfigRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Config.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.stackmonitoring with parameters of type GetConfigRequest Modifier and Type Method Description Waiter<GetConfigRequest,GetConfigResponse>
StackMonitoringWaiters. forConfig(GetConfigRequest request, Config.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConfigRequest,GetConfigResponse>
StackMonitoringWaiters. forConfig(GetConfigRequest request, Config.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetConfigRequest,GetConfigResponse>
StackMonitoringWaiters. forConfig(GetConfigRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Config.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetConfigResponse
StackMonitoring. getConfig(GetConfigRequest request)
Gets the details of a configuration.Future<GetConfigResponse>
StackMonitoringAsync. getConfig(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResponse> handler)
Gets the details of a configuration.Future<GetConfigResponse>
StackMonitoringAsyncClient. getConfig(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResponse> handler)
GetConfigResponse
StackMonitoringClient. getConfig(GetConfigRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type GetConfigRequest Modifier and Type Method Description Future<GetConfigResponse>
StackMonitoringAsync. getConfig(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResponse> handler)
Gets the details of a configuration.Future<GetConfigResponse>
StackMonitoringAsyncClient. getConfig(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResponse> handler)
-
Uses of GetConfigRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return GetConfigRequest Modifier and Type Method Description GetConfigRequest
GetConfigRequest.Builder. build()
Build the instance of GetConfigRequest as configured by this builderGetConfigRequest
GetConfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetConfigRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type GetConfigRequest Modifier and Type Method Description GetConfigRequest.Builder
GetConfigRequest.Builder. copy(GetConfigRequest o)
Copy method to populate the builder with values from the given instance.
-