| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Hsm |
CreateHsmResponse.hsm()
Information about the HSM that was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Hsm> |
Cluster.hsms()
Contains information about the HSMs in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateHsmResponse.Builder |
CreateHsmResponse.Builder.hsm(Hsm hsm)
Information about the HSM that was created.
|
Cluster.Builder |
Cluster.Builder.hsms(Hsm... hsms)
Contains information about the HSMs in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.hsms(Collection<Hsm> hsms)
Contains information about the HSMs in the cluster.
|
Copyright © 2023. All rights reserved.