| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Hsm |
Hsm.clone() |
Hsm |
CreateHsmResult.getHsm()
Information about the HSM that was created.
|
Hsm |
Hsm.withAvailabilityZone(String availabilityZone)
The Availability Zone that contains the HSM.
|
Hsm |
Hsm.withClusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM.
|
Hsm |
Hsm.withEniId(String eniId)
The identifier (ID) of the HSM's elastic network interface (ENI).
|
Hsm |
Hsm.withEniIp(String eniIp)
The IP address of the HSM's elastic network interface (ENI).
|
Hsm |
Hsm.withHsmId(String hsmId)
The HSM's identifier (ID).
|
Hsm |
Hsm.withState(HsmState state)
The HSM's state.
|
Hsm |
Hsm.withState(String state)
The HSM's state.
|
Hsm |
Hsm.withStateMessage(String stateMessage)
A description of the HSM's state.
|
Hsm |
Hsm.withSubnetId(String subnetId)
The subnet that contains the HSM's elastic network interface (ENI).
|
| Modifier and Type | Method and Description |
|---|---|
List<Hsm> |
Cluster.getHsms()
Contains information about the HSMs in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateHsmResult.setHsm(Hsm hsm)
Information about the HSM that was created.
|
CreateHsmResult |
CreateHsmResult.withHsm(Hsm hsm)
Information about the HSM that was created.
|
Cluster |
Cluster.withHsms(Hsm... hsms)
Contains information about the HSMs in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setHsms(Collection<Hsm> hsms)
Contains information about the HSMs in the cluster.
|
Cluster |
Cluster.withHsms(Collection<Hsm> hsms)
Contains information about the HSMs in the cluster.
|
Copyright © 2018. All rights reserved.