Package | Description |
---|---|
com.oracle.bmc.osmanagement | |
com.oracle.bmc.osmanagement.requests |
Modifier and Type | Method and Description |
---|---|
ListErrataResponse |
OsManagement.listErrata(ListErrataRequest request)
Returns a list of all of the currently available Errata in the system
|
ListErrataResponse |
OsManagementClient.listErrata(ListErrataRequest request) |
Future<ListErrataResponse> |
OsManagementAsync.listErrata(ListErrataRequest request,
AsyncHandler<ListErrataRequest,ListErrataResponse> handler)
Returns a list of all of the currently available Errata in the system
|
Future<ListErrataResponse> |
OsManagementAsyncClient.listErrata(ListErrataRequest request,
AsyncHandler<ListErrataRequest,ListErrataResponse> handler) |
Iterable<ErratumSummary> |
OsManagementPaginators.listErrataRecordIterator(ListErrataRequest request)
Creates a new iterable which will iterate over the
ErratumSummary objects contained in responses from the
listErrata operation. |
Iterable<ListErrataResponse> |
OsManagementPaginators.listErrataResponseIterator(ListErrataRequest request)
Creates a new iterable which will iterate over the responses received from the listErrata
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListErrataResponse> |
OsManagementAsync.listErrata(ListErrataRequest request,
AsyncHandler<ListErrataRequest,ListErrataResponse> handler)
Returns a list of all of the currently available Errata in the system
|
Future<ListErrataResponse> |
OsManagementAsyncClient.listErrata(ListErrataRequest request,
AsyncHandler<ListErrataRequest,ListErrataResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListErrataRequest |
ListErrataRequest.Builder.build()
Build the instance of ListErrataRequest as configured by this builder
|
ListErrataRequest |
ListErrataRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListErrataRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListErrataRequest.Builder |
ListErrataRequest.Builder.copy(ListErrataRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.