Uses of Class
com.oracle.bmc.logging.requests.GetLogRequest
-
Packages that use GetLogRequest Package Description com.oracle.bmc.logging com.oracle.bmc.logging.requests -
-
Uses of GetLogRequest in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return types with arguments of type GetLogRequest Modifier and Type Method Description Waiter<GetLogRequest,GetLogResponse>
LoggingManagementWaiters. forLog(GetLogRequest request, LogLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetLogRequest,GetLogResponse>
LoggingManagementWaiters. forLog(GetLogRequest request, LogLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetLogRequest,GetLogResponse>
LoggingManagementWaiters. forLog(GetLogRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LogLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.logging with parameters of type GetLogRequest Modifier and Type Method Description Waiter<GetLogRequest,GetLogResponse>
LoggingManagementWaiters. forLog(GetLogRequest request, LogLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetLogRequest,GetLogResponse>
LoggingManagementWaiters. forLog(GetLogRequest request, LogLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetLogRequest,GetLogResponse>
LoggingManagementWaiters. forLog(GetLogRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LogLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetLogResponse
LoggingManagement. getLog(GetLogRequest request)
Gets the log object configuration for the log object OCID.Future<GetLogResponse>
LoggingManagementAsync. getLog(GetLogRequest request, AsyncHandler<GetLogRequest,GetLogResponse> handler)
Gets the log object configuration for the log object OCID.Future<GetLogResponse>
LoggingManagementAsyncClient. getLog(GetLogRequest request, AsyncHandler<GetLogRequest,GetLogResponse> handler)
GetLogResponse
LoggingManagementClient. getLog(GetLogRequest request)
Method parameters in com.oracle.bmc.logging with type arguments of type GetLogRequest Modifier and Type Method Description Future<GetLogResponse>
LoggingManagementAsync. getLog(GetLogRequest request, AsyncHandler<GetLogRequest,GetLogResponse> handler)
Gets the log object configuration for the log object OCID.Future<GetLogResponse>
LoggingManagementAsyncClient. getLog(GetLogRequest request, AsyncHandler<GetLogRequest,GetLogResponse> handler)
-
Uses of GetLogRequest in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return GetLogRequest Modifier and Type Method Description GetLogRequest
GetLogRequest.Builder. build()
Build the instance of GetLogRequest as configured by this builderGetLogRequest
GetLogRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetLogRequest as configured by this builderMethods in com.oracle.bmc.logging.requests with parameters of type GetLogRequest Modifier and Type Method Description GetLogRequest.Builder
GetLogRequest.Builder. copy(GetLogRequest o)
Copy method to populate the builder with values from the given instance.
-