Uses of Class
com.oracle.bmc.keymanagement.model.HsmClusterSummary
-
Packages that use HsmClusterSummary Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.model -
-
Uses of HsmClusterSummary in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return types with arguments of type HsmClusterSummary Modifier and Type Method Description Iterable<HsmClusterSummary>
KmsHsmClusterPaginators. listHsmClustersRecordIterator(ListHsmClustersRequest request)
Creates a new iterable which will iterate over theHsmClusterSummary
objects contained in responses from the listHsmClusters operation. -
Uses of HsmClusterSummary in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return HsmClusterSummary Modifier and Type Method Description HsmClusterSummary
HsmClusterSummary.Builder. build()
Methods in com.oracle.bmc.keymanagement.model that return types with arguments of type HsmClusterSummary Modifier and Type Method Description List<HsmClusterSummary>
HsmClusterCollection. getItems()
List of HSM Cluster Summary Objects.Methods in com.oracle.bmc.keymanagement.model with parameters of type HsmClusterSummary Modifier and Type Method Description HsmClusterSummary.Builder
HsmClusterSummary.Builder. copy(HsmClusterSummary model)
Method parameters in com.oracle.bmc.keymanagement.model with type arguments of type HsmClusterSummary Modifier and Type Method Description HsmClusterCollection.Builder
HsmClusterCollection.Builder. items(List<HsmClusterSummary> items)
List of HSM Cluster Summary Objects.Constructor parameters in com.oracle.bmc.keymanagement.model with type arguments of type HsmClusterSummary Constructor Description HsmClusterCollection(List<HsmClusterSummary> items)
Deprecated.
-