Uses of Interface
software.amazon.awssdk.services.grafana.model.CreateWorkspaceServiceAccountTokenRequest.Builder
-
Packages that use CreateWorkspaceServiceAccountTokenRequest.Builder 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.software.amazon.awssdk.services.grafana.model -
-
Uses of CreateWorkspaceServiceAccountTokenRequest.Builder in software.amazon.awssdk.services.grafana
Method parameters in software.amazon.awssdk.services.grafana with type arguments of type CreateWorkspaceServiceAccountTokenRequest.Builder 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 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. -
Uses of CreateWorkspaceServiceAccountTokenRequest.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return CreateWorkspaceServiceAccountTokenRequest.Builder Modifier and Type Method Description static CreateWorkspaceServiceAccountTokenRequest.BuilderCreateWorkspaceServiceAccountTokenRequest. builder()CreateWorkspaceServiceAccountTokenRequest.BuilderCreateWorkspaceServiceAccountTokenRequest.Builder. name(String name)A name for the token to create.CreateWorkspaceServiceAccountTokenRequest.BuilderCreateWorkspaceServiceAccountTokenRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWorkspaceServiceAccountTokenRequest.BuilderCreateWorkspaceServiceAccountTokenRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWorkspaceServiceAccountTokenRequest.BuilderCreateWorkspaceServiceAccountTokenRequest.Builder. secondsToLive(Integer secondsToLive)Sets how long the token will be valid, in seconds.CreateWorkspaceServiceAccountTokenRequest.BuilderCreateWorkspaceServiceAccountTokenRequest.Builder. serviceAccountId(String serviceAccountId)The ID of the service account for which to create a token.CreateWorkspaceServiceAccountTokenRequest.BuilderCreateWorkspaceServiceAccountTokenRequest. toBuilder()CreateWorkspaceServiceAccountTokenRequest.BuilderCreateWorkspaceServiceAccountTokenRequest.Builder. workspaceId(String workspaceId)The ID of the workspace the service account resides within.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type CreateWorkspaceServiceAccountTokenRequest.Builder Modifier and Type Method Description static Class<? extends CreateWorkspaceServiceAccountTokenRequest.Builder>CreateWorkspaceServiceAccountTokenRequest. serializableBuilderClass()
-