Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.ScopeSummary
-
Packages that use ScopeSummary Package Description software.amazon.awssdk.services.networkflowmonitor.model software.amazon.awssdk.services.networkflowmonitor.paginators -
-
Uses of ScopeSummary in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type ScopeSummary Modifier and Type Method Description List<ScopeSummary>ListScopesResponse. scopes()The scopes returned by the call.Methods in software.amazon.awssdk.services.networkflowmonitor.model with parameters of type ScopeSummary Modifier and Type Method Description ListScopesResponse.BuilderListScopesResponse.Builder. scopes(ScopeSummary... scopes)The scopes returned by the call.Method parameters in software.amazon.awssdk.services.networkflowmonitor.model with type arguments of type ScopeSummary Modifier and Type Method Description ListScopesResponse.BuilderListScopesResponse.Builder. scopes(Collection<ScopeSummary> scopes)The scopes returned by the call. -
Uses of ScopeSummary in software.amazon.awssdk.services.networkflowmonitor.paginators
Methods in software.amazon.awssdk.services.networkflowmonitor.paginators that return types with arguments of type ScopeSummary Modifier and Type Method Description SdkIterable<ScopeSummary>ListScopesIterable. scopes()Returns an iterable to iterate through the paginatedListScopesResponse.scopes()member.SdkPublisher<ScopeSummary>ListScopesPublisher. scopes()Returns a publisher that can be used to get a stream of data.
-