Uses of Class
software.amazon.awssdk.services.grafana.model.DeleteWorkspaceServiceAccountTokenResponse
-
Packages that use DeleteWorkspaceServiceAccountTokenResponse 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 DeleteWorkspaceServiceAccountTokenResponse in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return DeleteWorkspaceServiceAccountTokenResponse Modifier and Type Method Description default DeleteWorkspaceServiceAccountTokenResponseGrafanaClient. deleteWorkspaceServiceAccountToken(Consumer<DeleteWorkspaceServiceAccountTokenRequest.Builder> deleteWorkspaceServiceAccountTokenRequest)Deletes a token for the workspace service account.default DeleteWorkspaceServiceAccountTokenResponseGrafanaClient. deleteWorkspaceServiceAccountToken(DeleteWorkspaceServiceAccountTokenRequest deleteWorkspaceServiceAccountTokenRequest)Deletes a token for the workspace service account.Methods in software.amazon.awssdk.services.grafana that return types with arguments of type DeleteWorkspaceServiceAccountTokenResponse Modifier and Type Method Description default CompletableFuture<DeleteWorkspaceServiceAccountTokenResponse>GrafanaAsyncClient. deleteWorkspaceServiceAccountToken(Consumer<DeleteWorkspaceServiceAccountTokenRequest.Builder> deleteWorkspaceServiceAccountTokenRequest)Deletes a token for the workspace service account.default CompletableFuture<DeleteWorkspaceServiceAccountTokenResponse>GrafanaAsyncClient. deleteWorkspaceServiceAccountToken(DeleteWorkspaceServiceAccountTokenRequest deleteWorkspaceServiceAccountTokenRequest)Deletes a token for the workspace service account.
-