Uses of Class
com.oracle.bmc.logging.responses.GetLogGroupResponse
-
Packages that use GetLogGroupResponse Package Description com.oracle.bmc.logging com.oracle.bmc.logging.responses -
-
Uses of GetLogGroupResponse in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return GetLogGroupResponse Modifier and Type Method Description GetLogGroupResponse
LoggingManagement. getLogGroup(GetLogGroupRequest request)
Get the specified log group’s information.GetLogGroupResponse
LoggingManagementClient. getLogGroup(GetLogGroupRequest request)
Methods in com.oracle.bmc.logging that return types with arguments of type GetLogGroupResponse Modifier and Type Method Description Waiter<GetLogGroupRequest,GetLogGroupResponse>
LoggingManagementWaiters. forLogGroup(GetLogGroupRequest request, LogGroupLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetLogGroupRequest,GetLogGroupResponse>
LoggingManagementWaiters. forLogGroup(GetLogGroupRequest request, LogGroupLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetLogGroupRequest,GetLogGroupResponse>
LoggingManagementWaiters. forLogGroup(GetLogGroupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LogGroupLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetLogGroupResponse>
LoggingManagementAsync. getLogGroup(GetLogGroupRequest request, AsyncHandler<GetLogGroupRequest,GetLogGroupResponse> handler)
Get the specified log group’s information.Future<GetLogGroupResponse>
LoggingManagementAsyncClient. getLogGroup(GetLogGroupRequest request, AsyncHandler<GetLogGroupRequest,GetLogGroupResponse> handler)
Method parameters in com.oracle.bmc.logging with type arguments of type GetLogGroupResponse Modifier and Type Method Description Future<GetLogGroupResponse>
LoggingManagementAsync. getLogGroup(GetLogGroupRequest request, AsyncHandler<GetLogGroupRequest,GetLogGroupResponse> handler)
Get the specified log group’s information.Future<GetLogGroupResponse>
LoggingManagementAsyncClient. getLogGroup(GetLogGroupRequest request, AsyncHandler<GetLogGroupRequest,GetLogGroupResponse> handler)
-
Uses of GetLogGroupResponse in com.oracle.bmc.logging.responses
Methods in com.oracle.bmc.logging.responses that return GetLogGroupResponse Modifier and Type Method Description GetLogGroupResponse
GetLogGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.logging.responses with parameters of type GetLogGroupResponse Modifier and Type Method Description GetLogGroupResponse.Builder
GetLogGroupResponse.Builder. copy(GetLogGroupResponse o)
Copy method to populate the builder with values from the given instance.
-