Uses of Class
com.oracle.bmc.logging.responses.GetLogResponse
-
Packages that use GetLogResponse Package Description com.oracle.bmc.logging com.oracle.bmc.logging.responses -
-
Uses of GetLogResponse in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return GetLogResponse Modifier and Type Method Description GetLogResponse
LoggingManagement. getLog(GetLogRequest request)
Gets the log object configuration for the log object OCID.GetLogResponse
LoggingManagementClient. getLog(GetLogRequest request)
Methods in com.oracle.bmc.logging that return types with arguments of type GetLogResponse 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.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)
Method parameters in com.oracle.bmc.logging with type arguments of type GetLogResponse 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 GetLogResponse in com.oracle.bmc.logging.responses
Methods in com.oracle.bmc.logging.responses that return GetLogResponse Modifier and Type Method Description GetLogResponse
GetLogResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.logging.responses with parameters of type GetLogResponse Modifier and Type Method Description GetLogResponse.Builder
GetLogResponse.Builder. copy(GetLogResponse o)
Copy method to populate the builder with values from the given instance.
-