Uses of Class
com.oracle.bmc.ocvp.model.SupportedCommitmentSummary
-
Packages that use SupportedCommitmentSummary Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.model -
-
Uses of SupportedCommitmentSummary in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return types with arguments of type SupportedCommitmentSummary Modifier and Type Method Description Iterable<SupportedCommitmentSummary>
SddcPaginators. listSupportedCommitmentsRecordIterator(ListSupportedCommitmentsRequest request)
Creates a new iterable which will iterate over theSupportedCommitmentSummary
objects contained in responses from the listSupportedCommitments operation. -
Uses of SupportedCommitmentSummary in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return SupportedCommitmentSummary Modifier and Type Method Description SupportedCommitmentSummary
SupportedCommitmentSummary.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type SupportedCommitmentSummary Modifier and Type Method Description List<SupportedCommitmentSummary>
SupportedCommitmentSummaryCollection. getItems()
A list of the supported Commitments.Methods in com.oracle.bmc.ocvp.model with parameters of type SupportedCommitmentSummary Modifier and Type Method Description SupportedCommitmentSummary.Builder
SupportedCommitmentSummary.Builder. copy(SupportedCommitmentSummary model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type SupportedCommitmentSummary Modifier and Type Method Description SupportedCommitmentSummaryCollection.Builder
SupportedCommitmentSummaryCollection.Builder. items(List<SupportedCommitmentSummary> items)
A list of the supported Commitments.Constructor parameters in com.oracle.bmc.ocvp.model with type arguments of type SupportedCommitmentSummary Constructor Description SupportedCommitmentSummaryCollection(List<SupportedCommitmentSummary> items)
Deprecated.
-