Package | Description |
---|---|
com.oracle.bmc.resourcemanager | |
com.oracle.bmc.resourcemanager.responses |
Modifier and Type | Method and Description |
---|---|
GetJobLogsResponse |
ResourceManagerClient.getJobLogs(GetJobLogsRequest request) |
GetJobLogsResponse |
ResourceManager.getJobLogs(GetJobLogsRequest request)
Returns log entries for the specified job in JSON format.
|
Modifier and Type | Method and Description |
---|---|
Future<GetJobLogsResponse> |
ResourceManagerAsyncClient.getJobLogs(GetJobLogsRequest request,
AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler) |
Future<GetJobLogsResponse> |
ResourceManagerAsync.getJobLogs(GetJobLogsRequest request,
AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler)
Returns log entries for the specified job in JSON format.
|
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> |
ResourceManagerAsyncClient.getJobLogs(GetJobLogsRequest request,
AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler) |
Future<GetJobLogsResponse> |
ResourceManagerAsync.getJobLogs(GetJobLogsRequest request,
AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler)
Returns log entries for the specified job in JSON format.
|
Modifier and Type | Method and Description |
---|---|
GetJobLogsResponse |
GetJobLogsResponse.Builder.build() |
Modifier and Type | Method and Description |
---|---|
GetJobLogsResponse.Builder |
GetJobLogsResponse.Builder.copy(GetJobLogsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2021. All rights reserved.