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