Package | Description |
---|---|
com.oracle.bmc.logging | |
com.oracle.bmc.logging.responses |
Modifier and Type | Method and Description |
---|---|
GetLogGroupResponse |
LoggingManagementClient.getLogGroup(GetLogGroupRequest request) |
GetLogGroupResponse |
LoggingManagement.getLogGroup(GetLogGroupRequest request)
Get the specified log group’s information.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetLogGroupRequest,GetLogGroupResponse> |
LoggingManagementWaiters.forLogGroup(GetLogGroupRequest request,
LogGroupLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetLogGroupRequest,GetLogGroupResponse> |
LoggingManagementWaiters.forLogGroup(GetLogGroupRequest request,
LogGroupLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetLogGroupRequest,GetLogGroupResponse> |
LoggingManagementWaiters.forLogGroup(GetLogGroupRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LogGroupLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetLogGroupResponse> |
LoggingManagementAsyncClient.getLogGroup(GetLogGroupRequest request,
AsyncHandler<GetLogGroupRequest,GetLogGroupResponse> handler) |
Future<GetLogGroupResponse> |
LoggingManagementAsync.getLogGroup(GetLogGroupRequest request,
AsyncHandler<GetLogGroupRequest,GetLogGroupResponse> handler)
Get the specified log group’s information.
|
Modifier and Type | Method and Description |
---|---|
Future<GetLogGroupResponse> |
LoggingManagementAsyncClient.getLogGroup(GetLogGroupRequest request,
AsyncHandler<GetLogGroupRequest,GetLogGroupResponse> handler) |
Future<GetLogGroupResponse> |
LoggingManagementAsync.getLogGroup(GetLogGroupRequest request,
AsyncHandler<GetLogGroupRequest,GetLogGroupResponse> handler)
Get the specified log group’s information.
|
Modifier and Type | Method and Description |
---|---|
GetLogGroupResponse |
GetLogGroupResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetLogGroupResponse.Builder |
GetLogGroupResponse.Builder.copy(GetLogGroupResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.