Uses of Class
com.google.cloud.kms.v1.EkmConnectionName
-
Packages that use EkmConnectionName Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of EkmConnectionName in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return EkmConnectionName Modifier and Type Method Description EkmConnectionName
EkmConnectionName.Builder. build()
static EkmConnectionName
EkmConnectionName. of(String project, String location, String ekmConnection)
static EkmConnectionName
EkmConnectionName. parse(String formattedString)
Methods in com.google.cloud.kms.v1 that return types with arguments of type EkmConnectionName Modifier and Type Method Description static List<EkmConnectionName>
EkmConnectionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.kms.v1 with parameters of type EkmConnectionName Modifier and Type Method Description EkmConnection
EkmServiceClient. getEkmConnection(EkmConnectionName name)
Returns metadata for a given [EkmConnection][google.cloud.kms.v1.EkmConnection].VerifyConnectivityResponse
EkmServiceClient. verifyConnectivity(EkmConnectionName name)
Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection].Method parameters in com.google.cloud.kms.v1 with type arguments of type EkmConnectionName Modifier and Type Method Description static List<String>
EkmConnectionName. toStringList(List<EkmConnectionName> values)
-