Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.Cluster
-
Packages that use Cluster Package Description software.amazon.awssdk.services.cloudhsmv2.model -
-
Uses of Cluster in software.amazon.awssdk.services.cloudhsmv2.model
Methods in software.amazon.awssdk.services.cloudhsmv2.model that return Cluster Modifier and Type Method Description ClusterCreateClusterResponse. cluster()Information about the cluster that was created.ClusterDeleteClusterResponse. cluster()Information about the cluster that was deleted.ClusterModifyClusterResponse. cluster()Returns the value of the Cluster property for this object.Methods in software.amazon.awssdk.services.cloudhsmv2.model that return types with arguments of type Cluster Modifier and Type Method Description List<Cluster>DescribeClustersResponse. clusters()A list of clusters.Methods in software.amazon.awssdk.services.cloudhsmv2.model with parameters of type Cluster Modifier and Type Method Description CreateClusterResponse.BuilderCreateClusterResponse.Builder. cluster(Cluster cluster)Information about the cluster that was created.DeleteClusterResponse.BuilderDeleteClusterResponse.Builder. cluster(Cluster cluster)Information about the cluster that was deleted.ModifyClusterResponse.BuilderModifyClusterResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.DescribeClustersResponse.BuilderDescribeClustersResponse.Builder. clusters(Cluster... clusters)A list of clusters.Method parameters in software.amazon.awssdk.services.cloudhsmv2.model with type arguments of type Cluster Modifier and Type Method Description DescribeClustersResponse.BuilderDescribeClustersResponse.Builder. clusters(Collection<Cluster> clusters)A list of clusters.
-