Uses of Class
software.amazon.awssdk.services.grafana.model.ServiceAccountSummary
-
Packages that use ServiceAccountSummary Package Description software.amazon.awssdk.services.grafana.model software.amazon.awssdk.services.grafana.paginators -
-
Uses of ServiceAccountSummary in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type ServiceAccountSummary Modifier and Type Method Description List<ServiceAccountSummary>ListWorkspaceServiceAccountsResponse. serviceAccounts()An array of structures containing information about the service accounts.Methods in software.amazon.awssdk.services.grafana.model with parameters of type ServiceAccountSummary Modifier and Type Method Description ListWorkspaceServiceAccountsResponse.BuilderListWorkspaceServiceAccountsResponse.Builder. serviceAccounts(ServiceAccountSummary... serviceAccounts)An array of structures containing information about the service accounts.Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type ServiceAccountSummary Modifier and Type Method Description ListWorkspaceServiceAccountsResponse.BuilderListWorkspaceServiceAccountsResponse.Builder. serviceAccounts(Collection<ServiceAccountSummary> serviceAccounts)An array of structures containing information about the service accounts. -
Uses of ServiceAccountSummary in software.amazon.awssdk.services.grafana.paginators
Methods in software.amazon.awssdk.services.grafana.paginators that return types with arguments of type ServiceAccountSummary Modifier and Type Method Description SdkIterable<ServiceAccountSummary>ListWorkspaceServiceAccountsIterable. serviceAccounts()Returns an iterable to iterate through the paginatedListWorkspaceServiceAccountsResponse.serviceAccounts()member.SdkPublisher<ServiceAccountSummary>ListWorkspaceServiceAccountsPublisher. serviceAccounts()Returns a publisher that can be used to get a stream of data.
-