Package | Description |
---|---|
com.oracle.bmc.resourcemanager | |
com.oracle.bmc.resourcemanager.requests |
Modifier and Type | Method and Description |
---|---|
GetJobLogsResponse |
ResourceManager.getJobLogs(GetJobLogsRequest request)
Returns log entries for the specified job in JSON format.
|
GetJobLogsResponse |
ResourceManagerClient.getJobLogs(GetJobLogsRequest request) |
Future<GetJobLogsResponse> |
ResourceManagerAsync.getJobLogs(GetJobLogsRequest request,
AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler)
Returns 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 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() |
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–2019. All rights reserved.