Uses of Class
software.amazon.awssdk.services.vpclattice.model.ServiceNetworkSummary
-
Packages that use ServiceNetworkSummary Package Description software.amazon.awssdk.services.vpclattice.model software.amazon.awssdk.services.vpclattice.paginators -
-
Uses of ServiceNetworkSummary in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ServiceNetworkSummary Modifier and Type Method Description List<ServiceNetworkSummary>ListServiceNetworksResponse. items()Information about the service networks.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type ServiceNetworkSummary Modifier and Type Method Description ListServiceNetworksResponse.BuilderListServiceNetworksResponse.Builder. items(ServiceNetworkSummary... items)Information about the service networks.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type ServiceNetworkSummary Modifier and Type Method Description ListServiceNetworksResponse.BuilderListServiceNetworksResponse.Builder. items(Collection<ServiceNetworkSummary> items)Information about the service networks. -
Uses of ServiceNetworkSummary in software.amazon.awssdk.services.vpclattice.paginators
Methods in software.amazon.awssdk.services.vpclattice.paginators that return types with arguments of type ServiceNetworkSummary Modifier and Type Method Description SdkIterable<ServiceNetworkSummary>ListServiceNetworksIterable. items()Returns an iterable to iterate through the paginatedListServiceNetworksResponse.items()member.SdkPublisher<ServiceNetworkSummary>ListServiceNetworksPublisher. items()Returns a publisher that can be used to get a stream of data.
-