Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model | |
com.oracle.bmc.database.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<PatchSummary> |
DatabasePaginators.listDbHomePatchesRecordIterator(ListDbHomePatchesRequest request)
Creates a new iterable which will iterate over the
PatchSummary objects contained in responses from the
listDbHomePatches operation. |
Iterable<PatchSummary> |
DatabasePaginators.listDbSystemPatchesRecordIterator(ListDbSystemPatchesRequest request)
Creates a new iterable which will iterate over the
PatchSummary objects contained in responses from the
listDbSystemPatches operation. |
Iterable<PatchSummary> |
DatabasePaginators.listVmClusterPatchesRecordIterator(ListVmClusterPatchesRequest request)
Creates a new iterable which will iterate over the
PatchSummary objects contained in responses from the
listVmClusterPatches operation. |
Modifier and Type | Method and Description |
---|---|
PatchSummary |
PatchSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
PatchSummary.Builder |
PatchSummary.Builder.copy(PatchSummary model) |
Modifier and Type | Method and Description |
---|---|
List<PatchSummary> |
ListDbSystemPatchesResponse.getItems()
A list of
com.oracle.bmc.database.model.PatchSummary instances. |
List<PatchSummary> |
ListVmClusterPatchesResponse.getItems()
A list of
com.oracle.bmc.database.model.PatchSummary instances. |
List<PatchSummary> |
ListDbHomePatchesResponse.getItems()
A list of
com.oracle.bmc.database.model.PatchSummary instances. |
Modifier and Type | Method and Description |
---|---|
ListDbSystemPatchesResponse.Builder |
ListDbSystemPatchesResponse.Builder.items(List<PatchSummary> items)
A list of
com.oracle.bmc.database.model.PatchSummary instances. |
ListVmClusterPatchesResponse.Builder |
ListVmClusterPatchesResponse.Builder.items(List<PatchSummary> items)
A list of
com.oracle.bmc.database.model.PatchSummary instances. |
ListDbHomePatchesResponse.Builder |
ListDbHomePatchesResponse.Builder.items(List<PatchSummary> items)
A list of
com.oracle.bmc.database.model.PatchSummary instances. |
Copyright © 2016–2024. All rights reserved.