| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.addSubnetMappingEntry(String key,
String value) |
Cluster |
Cluster.clearSubnetMappingEntries()
Removes all the entries added into SubnetMapping.
|
Cluster |
Cluster.clone() |
Cluster |
DeleteClusterResult.getCluster()
Information about the cluster that was deleted.
|
Cluster |
CreateClusterResult.getCluster()
Information about the cluster that was created.
|
Cluster |
Cluster.withBackupPolicy(BackupPolicy backupPolicy)
The cluster's backup policy.
|
Cluster |
Cluster.withBackupPolicy(String backupPolicy)
The cluster's backup policy.
|
Cluster |
Cluster.withCertificates(Certificates certificates)
Contains one or more certificates or a certificate signing request (CSR).
|
Cluster |
Cluster.withClusterId(String clusterId)
The cluster's identifier (ID).
|
Cluster |
Cluster.withCreateTimestamp(Date createTimestamp)
The date and time when the cluster was created.
|
Cluster |
Cluster.withHsms(Collection<Hsm> hsms)
Contains information about the HSMs in the cluster.
|
Cluster |
Cluster.withHsms(Hsm... hsms)
Contains information about the HSMs in the cluster.
|
Cluster |
Cluster.withHsmType(String hsmType)
The type of HSM that the cluster contains.
|
Cluster |
Cluster.withPreCoPassword(String preCoPassword)
The default password for the cluster's Pre-Crypto Officer (PRECO) user.
|
Cluster |
Cluster.withSecurityGroup(String securityGroup)
The identifier (ID) of the cluster's security group.
|
Cluster |
Cluster.withSourceBackupId(String sourceBackupId)
The identifier (ID) of the backup used to create the cluster.
|
Cluster |
Cluster.withState(ClusterState state)
The cluster's state.
|
Cluster |
Cluster.withState(String state)
The cluster's state.
|
Cluster |
Cluster.withStateMessage(String stateMessage)
A description of the cluster's state.
|
Cluster |
Cluster.withSubnetMapping(Map<String,String> subnetMapping)
A map of the cluster's subnets and their corresponding Availability Zones.
|
Cluster |
Cluster.withVpcId(String vpcId)
The identifier (ID) of the virtual private cloud (VPC) that contains the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
DescribeClustersResult.getClusters()
A list of clusters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteClusterResult.setCluster(Cluster cluster)
Information about the cluster that was deleted.
|
void |
CreateClusterResult.setCluster(Cluster cluster)
Information about the cluster that was created.
|
DeleteClusterResult |
DeleteClusterResult.withCluster(Cluster cluster)
Information about the cluster that was deleted.
|
CreateClusterResult |
CreateClusterResult.withCluster(Cluster cluster)
Information about the cluster that was created.
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Cluster... clusters)
A list of clusters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClustersResult.setClusters(Collection<Cluster> clusters)
A list of clusters.
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Collection<Cluster> clusters)
A list of clusters.
|
Copyright © 2020. All rights reserved.