Uses of Class
software.amazon.awssdk.services.grafana.model.CreateWorkspaceServiceAccountTokenResponse
-
Packages that use CreateWorkspaceServiceAccountTokenResponse Package Description software.amazon.awssdk.services.grafana Amazon Managed Grafana is a fully managed and secure data visualization service that you can use to instantly query, correlate, and visualize operational metrics, logs, and traces from multiple sources. -
-
Uses of CreateWorkspaceServiceAccountTokenResponse in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return CreateWorkspaceServiceAccountTokenResponse Modifier and Type Method Description default CreateWorkspaceServiceAccountTokenResponseGrafanaClient. createWorkspaceServiceAccountToken(Consumer<CreateWorkspaceServiceAccountTokenRequest.Builder> createWorkspaceServiceAccountTokenRequest)Creates a token that can be used to authenticate and authorize Grafana HTTP API operations for the given workspace service account.default CreateWorkspaceServiceAccountTokenResponseGrafanaClient. createWorkspaceServiceAccountToken(CreateWorkspaceServiceAccountTokenRequest createWorkspaceServiceAccountTokenRequest)Creates a token that can be used to authenticate and authorize Grafana HTTP API operations for the given workspace service account.Methods in software.amazon.awssdk.services.grafana that return types with arguments of type CreateWorkspaceServiceAccountTokenResponse Modifier and Type Method Description default CompletableFuture<CreateWorkspaceServiceAccountTokenResponse>GrafanaAsyncClient. createWorkspaceServiceAccountToken(Consumer<CreateWorkspaceServiceAccountTokenRequest.Builder> createWorkspaceServiceAccountTokenRequest)Creates a token that can be used to authenticate and authorize Grafana HTTP API operations for the given workspace service account.default CompletableFuture<CreateWorkspaceServiceAccountTokenResponse>GrafanaAsyncClient. createWorkspaceServiceAccountToken(CreateWorkspaceServiceAccountTokenRequest createWorkspaceServiceAccountTokenRequest)Creates a token that can be used to authenticate and authorize Grafana HTTP API operations for the given workspace service account.
-