Uses of Class
software.amazon.awssdk.services.vpclattice.model.TargetGroupSummary
-
Packages that use TargetGroupSummary Package Description software.amazon.awssdk.services.vpclattice.model software.amazon.awssdk.services.vpclattice.paginators -
-
Uses of TargetGroupSummary in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type TargetGroupSummary Modifier and Type Method Description List<TargetGroupSummary>ListTargetGroupsResponse. items()Information about the target groups.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type TargetGroupSummary Modifier and Type Method Description ListTargetGroupsResponse.BuilderListTargetGroupsResponse.Builder. items(TargetGroupSummary... items)Information about the target groups.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type TargetGroupSummary Modifier and Type Method Description ListTargetGroupsResponse.BuilderListTargetGroupsResponse.Builder. items(Collection<TargetGroupSummary> items)Information about the target groups. -
Uses of TargetGroupSummary in software.amazon.awssdk.services.vpclattice.paginators
Methods in software.amazon.awssdk.services.vpclattice.paginators that return types with arguments of type TargetGroupSummary Modifier and Type Method Description SdkIterable<TargetGroupSummary>ListTargetGroupsIterable. items()Returns an iterable to iterate through the paginatedListTargetGroupsResponse.items()member.SdkPublisher<TargetGroupSummary>ListTargetGroupsPublisher. items()Returns a publisher that can be used to get a stream of data.
-