Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.Hsm
-
Packages that use Hsm Package Description software.amazon.awssdk.services.cloudhsmv2.model -
-
Uses of Hsm in software.amazon.awssdk.services.cloudhsmv2.model
Methods in software.amazon.awssdk.services.cloudhsmv2.model that return Hsm Modifier and Type Method Description HsmCreateHsmResponse. hsm()Information about the HSM that was created.Methods in software.amazon.awssdk.services.cloudhsmv2.model that return types with arguments of type Hsm Modifier and Type Method Description List<Hsm>Cluster. hsms()Contains information about the HSMs in the cluster.Methods in software.amazon.awssdk.services.cloudhsmv2.model with parameters of type Hsm Modifier and Type Method Description CreateHsmResponse.BuilderCreateHsmResponse.Builder. hsm(Hsm hsm)Information about the HSM that was created.Cluster.BuilderCluster.Builder. hsms(Hsm... hsms)Contains information about the HSMs in the cluster.Method parameters in software.amazon.awssdk.services.cloudhsmv2.model with type arguments of type Hsm Modifier and Type Method Description Cluster.BuilderCluster.Builder. hsms(Collection<Hsm> hsms)Contains information about the HSMs in the cluster.
-