Uses of Class
com.oracle.bmc.logging.requests.GetLogGroupRequest
-
Packages that use GetLogGroupRequest Package Description com.oracle.bmc.logging com.oracle.bmc.logging.requests -
-
Uses of GetLogGroupRequest in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return types with arguments of type GetLogGroupRequest 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.Methods in com.oracle.bmc.logging with parameters of type GetLogGroupRequest 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.GetLogGroupResponse
LoggingManagement. getLogGroup(GetLogGroupRequest request)
Get the specified log group’s information.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)
GetLogGroupResponse
LoggingManagementClient. getLogGroup(GetLogGroupRequest request)
Method parameters in com.oracle.bmc.logging with type arguments of type GetLogGroupRequest 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 GetLogGroupRequest in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return GetLogGroupRequest Modifier and Type Method Description GetLogGroupRequest
GetLogGroupRequest.Builder. build()
Build the instance of GetLogGroupRequest as configured by this builderGetLogGroupRequest
GetLogGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetLogGroupRequest as configured by this builderMethods in com.oracle.bmc.logging.requests with parameters of type GetLogGroupRequest Modifier and Type Method Description GetLogGroupRequest.Builder
GetLogGroupRequest.Builder. copy(GetLogGroupRequest o)
Copy method to populate the builder with values from the given instance.
-