Uses of Class
software.amazon.awssdk.services.vpclattice.model.TargetSummary
-
Packages that use TargetSummary Package Description software.amazon.awssdk.services.vpclattice.model software.amazon.awssdk.services.vpclattice.paginators -
-
Uses of TargetSummary in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type TargetSummary Modifier and Type Method Description List<TargetSummary>ListTargetsResponse. items()Information about the targets.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type TargetSummary Modifier and Type Method Description ListTargetsResponse.BuilderListTargetsResponse.Builder. items(TargetSummary... items)Information about the targets.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type TargetSummary Modifier and Type Method Description ListTargetsResponse.BuilderListTargetsResponse.Builder. items(Collection<TargetSummary> items)Information about the targets. -
Uses of TargetSummary in software.amazon.awssdk.services.vpclattice.paginators
Methods in software.amazon.awssdk.services.vpclattice.paginators that return types with arguments of type TargetSummary Modifier and Type Method Description SdkIterable<TargetSummary>ListTargetsIterable. items()Returns an iterable to iterate through the paginatedListTargetsResponse.items()member.SdkPublisher<TargetSummary>ListTargetsPublisher. items()Returns a publisher that can be used to get a stream of data.
-