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 Cluster
CreateClusterResponse. cluster()
Information about the cluster that was created.Cluster
DeleteClusterResponse. cluster()
Information about the cluster that was deleted.Cluster
ModifyClusterResponse. 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.Builder
CreateClusterResponse.Builder. cluster(Cluster cluster)
Information about the cluster that was created.DeleteClusterResponse.Builder
DeleteClusterResponse.Builder. cluster(Cluster cluster)
Information about the cluster that was deleted.ModifyClusterResponse.Builder
ModifyClusterResponse.Builder. cluster(Cluster cluster)
Sets the value of the Cluster property for this object.DescribeClustersResponse.Builder
DescribeClustersResponse.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.Builder
DescribeClustersResponse.Builder. clusters(Collection<Cluster> clusters)
A list of clusters.
-