Uses of Class
software.amazon.awssdk.services.pcs.model.ComputeNodeGroupSummary
-
Packages that use ComputeNodeGroupSummary Package Description software.amazon.awssdk.services.pcs.model software.amazon.awssdk.services.pcs.paginators -
-
Uses of ComputeNodeGroupSummary in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type ComputeNodeGroupSummary Modifier and Type Method Description List<ComputeNodeGroupSummary>ListComputeNodeGroupsResponse. computeNodeGroups()The list of compute node groups for the cluster.Methods in software.amazon.awssdk.services.pcs.model with parameters of type ComputeNodeGroupSummary Modifier and Type Method Description ListComputeNodeGroupsResponse.BuilderListComputeNodeGroupsResponse.Builder. computeNodeGroups(ComputeNodeGroupSummary... computeNodeGroups)The list of compute node groups for the cluster.Method parameters in software.amazon.awssdk.services.pcs.model with type arguments of type ComputeNodeGroupSummary Modifier and Type Method Description ListComputeNodeGroupsResponse.BuilderListComputeNodeGroupsResponse.Builder. computeNodeGroups(Collection<ComputeNodeGroupSummary> computeNodeGroups)The list of compute node groups for the cluster. -
Uses of ComputeNodeGroupSummary in software.amazon.awssdk.services.pcs.paginators
Methods in software.amazon.awssdk.services.pcs.paginators that return types with arguments of type ComputeNodeGroupSummary Modifier and Type Method Description SdkIterable<ComputeNodeGroupSummary>ListComputeNodeGroupsIterable. computeNodeGroups()Returns an iterable to iterate through the paginatedListComputeNodeGroupsResponse.computeNodeGroups()member.SdkPublisher<ComputeNodeGroupSummary>ListComputeNodeGroupsPublisher. computeNodeGroups()Returns a publisher that can be used to get a stream of data.
-