Uses of Class
com.oracle.bmc.keymanagement.model.HsmPartitionSummary
-
Packages that use HsmPartitionSummary Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.model -
-
Uses of HsmPartitionSummary in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return types with arguments of type HsmPartitionSummary Modifier and Type Method Description Iterable<HsmPartitionSummary>
KmsHsmClusterPaginators. listHsmPartitionsRecordIterator(ListHsmPartitionsRequest request)
Creates a new iterable which will iterate over theHsmPartitionSummary
objects contained in responses from the listHsmPartitions operation. -
Uses of HsmPartitionSummary in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return HsmPartitionSummary Modifier and Type Method Description HsmPartitionSummary
HsmPartitionSummary.Builder. build()
Methods in com.oracle.bmc.keymanagement.model that return types with arguments of type HsmPartitionSummary Modifier and Type Method Description List<HsmPartitionSummary>
HsmPartitionCollection. getItems()
List of HsmPartitionSummaries.Methods in com.oracle.bmc.keymanagement.model with parameters of type HsmPartitionSummary Modifier and Type Method Description HsmPartitionSummary.Builder
HsmPartitionSummary.Builder. copy(HsmPartitionSummary model)
Method parameters in com.oracle.bmc.keymanagement.model with type arguments of type HsmPartitionSummary Modifier and Type Method Description HsmPartitionCollection.Builder
HsmPartitionCollection.Builder. items(List<HsmPartitionSummary> items)
List of HsmPartitionSummaries.Constructor parameters in com.oracle.bmc.keymanagement.model with type arguments of type HsmPartitionSummary Constructor Description HsmPartitionCollection(List<HsmPartitionSummary> items)
Deprecated.
-