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