Package | Description |
---|---|
com.oracle.bmc.resourcemanager | |
com.oracle.bmc.resourcemanager.requests |
Modifier and Type | Method and Description |
---|---|
GetJobLogsResponse |
ResourceManagerClient.getJobLogs(GetJobLogsRequest request) |
GetJobLogsResponse |
ResourceManager.getJobLogs(GetJobLogsRequest request)
Returns console log entries for the specified job in JSON format.
|
Future<GetJobLogsResponse> |
ResourceManagerAsync.getJobLogs(GetJobLogsRequest request,
AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler)
Returns console log entries for the specified job in JSON format.
|
Future<GetJobLogsResponse> |
ResourceManagerAsyncClient.getJobLogs(GetJobLogsRequest request,
AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler) |
Iterable<LogEntry> |
ResourceManagerPaginators.getJobLogsRecordIterator(GetJobLogsRequest request)
Creates a new iterable which will iterate over the
LogEntry objects contained in responses from the
getJobLogs operation. |
Iterable<GetJobLogsResponse> |
ResourceManagerPaginators.getJobLogsResponseIterator(GetJobLogsRequest request)
Creates a new iterable which will iterate over the responses received from the getJobLogs
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<GetJobLogsResponse> |
ResourceManagerAsync.getJobLogs(GetJobLogsRequest request,
AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler)
Returns console log entries for the specified job in JSON format.
|
Future<GetJobLogsResponse> |
ResourceManagerAsyncClient.getJobLogs(GetJobLogsRequest request,
AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetJobLogsRequest |
GetJobLogsRequest.Builder.build()
Build the instance of GetJobLogsRequest as configured by this builder
|
GetJobLogsRequest |
GetJobLogsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetJobLogsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetJobLogsRequest.Builder |
GetJobLogsRequest.Builder.copy(GetJobLogsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.