Uses of Interface
software.amazon.awssdk.services.grafana.model.CreateWorkspaceApiKeyRequest.Builder
-
Packages that use CreateWorkspaceApiKeyRequest.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 CreateWorkspaceApiKeyRequest.Builder in software.amazon.awssdk.services.grafana
Method parameters in software.amazon.awssdk.services.grafana with type arguments of type CreateWorkspaceApiKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateWorkspaceApiKeyResponse>GrafanaAsyncClient. createWorkspaceApiKey(Consumer<CreateWorkspaceApiKeyRequest.Builder> createWorkspaceApiKeyRequest)Creates a Grafana API key for the workspace.default CreateWorkspaceApiKeyResponseGrafanaClient. createWorkspaceApiKey(Consumer<CreateWorkspaceApiKeyRequest.Builder> createWorkspaceApiKeyRequest)Creates a Grafana API key for the workspace. -
Uses of CreateWorkspaceApiKeyRequest.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return CreateWorkspaceApiKeyRequest.Builder Modifier and Type Method Description static CreateWorkspaceApiKeyRequest.BuilderCreateWorkspaceApiKeyRequest. builder()CreateWorkspaceApiKeyRequest.BuilderCreateWorkspaceApiKeyRequest.Builder. keyName(String keyName)Specifies the name of the key.CreateWorkspaceApiKeyRequest.BuilderCreateWorkspaceApiKeyRequest.Builder. keyRole(String keyRole)Specifies the permission level of the key.CreateWorkspaceApiKeyRequest.BuilderCreateWorkspaceApiKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWorkspaceApiKeyRequest.BuilderCreateWorkspaceApiKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWorkspaceApiKeyRequest.BuilderCreateWorkspaceApiKeyRequest.Builder. secondsToLive(Integer secondsToLive)Specifies the time in seconds until the key expires.CreateWorkspaceApiKeyRequest.BuilderCreateWorkspaceApiKeyRequest. toBuilder()CreateWorkspaceApiKeyRequest.BuilderCreateWorkspaceApiKeyRequest.Builder. workspaceId(String workspaceId)The ID of the workspace to create an API key.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type CreateWorkspaceApiKeyRequest.Builder Modifier and Type Method Description static Class<? extends CreateWorkspaceApiKeyRequest.Builder>CreateWorkspaceApiKeyRequest. serializableBuilderClass()
-