Uses of Class
software.amazon.awssdk.services.opsworks.model.EcsCluster
-
Packages that use EcsCluster Package Description software.amazon.awssdk.services.opsworks.model software.amazon.awssdk.services.opsworks.paginators -
-
Uses of EcsCluster in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type EcsCluster Modifier and Type Method Description List<EcsCluster>DescribeEcsClustersResponse. ecsClusters()A list ofEcsClusterobjects containing the cluster descriptions.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type EcsCluster Modifier and Type Method Description DescribeEcsClustersResponse.BuilderDescribeEcsClustersResponse.Builder. ecsClusters(EcsCluster... ecsClusters)A list ofEcsClusterobjects containing the cluster descriptions.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type EcsCluster Modifier and Type Method Description DescribeEcsClustersResponse.BuilderDescribeEcsClustersResponse.Builder. ecsClusters(Collection<EcsCluster> ecsClusters)A list ofEcsClusterobjects containing the cluster descriptions. -
Uses of EcsCluster in software.amazon.awssdk.services.opsworks.paginators
Methods in software.amazon.awssdk.services.opsworks.paginators that return types with arguments of type EcsCluster Modifier and Type Method Description SdkIterable<EcsCluster>DescribeEcsClustersIterable. ecsClusters()Returns an iterable to iterate through the paginatedDescribeEcsClustersResponse.ecsClusters()member.SdkPublisher<EcsCluster>DescribeEcsClustersPublisher. ecsClusters()Returns a publisher that can be used to get a stream of data.
-