Uses of Class
software.amazon.awssdk.services.grafana.model.WorkspaceSummary
-
Packages that use WorkspaceSummary Package Description software.amazon.awssdk.services.grafana.model software.amazon.awssdk.services.grafana.paginators -
-
Uses of WorkspaceSummary in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type WorkspaceSummary Modifier and Type Method Description List<WorkspaceSummary>ListWorkspacesResponse. workspaces()An array of structures that contain some information about the workspaces in the account.Methods in software.amazon.awssdk.services.grafana.model with parameters of type WorkspaceSummary Modifier and Type Method Description ListWorkspacesResponse.BuilderListWorkspacesResponse.Builder. workspaces(WorkspaceSummary... workspaces)An array of structures that contain some information about the workspaces in the account.Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type WorkspaceSummary Modifier and Type Method Description ListWorkspacesResponse.BuilderListWorkspacesResponse.Builder. workspaces(Collection<WorkspaceSummary> workspaces)An array of structures that contain some information about the workspaces in the account. -
Uses of WorkspaceSummary in software.amazon.awssdk.services.grafana.paginators
Methods in software.amazon.awssdk.services.grafana.paginators that return types with arguments of type WorkspaceSummary Modifier and Type Method Description SdkIterable<WorkspaceSummary>ListWorkspacesIterable. workspaces()Returns an iterable to iterate through the paginatedListWorkspacesResponse.workspaces()member.SdkPublisher<WorkspaceSummary>ListWorkspacesPublisher. workspaces()Returns a publisher that can be used to get a stream of data.
-