Uses of Class
io.dapr.client.domain.GetSecretRequest
Packages that use GetSecretRequest
-
Uses of GetSecretRequest in io.dapr.client
Methods in io.dapr.client with parameters of type GetSecretRequestModifier and TypeMethodDescriptionDaprClient.getSecret(GetSecretRequest request)
Fetches a secret from the configured vault.DaprClientGrpc.getSecret(GetSecretRequest request)
Fetches a secret from the configured vault.DaprClientHttp.getSecret(GetSecretRequest request)
Fetches a secret from the configured vault. -
Uses of GetSecretRequest in io.dapr.client.domain
Methods in io.dapr.client.domain that return GetSecretRequestModifier and TypeMethodDescriptionGetSecretRequestBuilder.build()
Deprecated.Builds a request object.GetSecretRequest.setMetadata(Map<String,String> metadata)