Uses of Class
com.google.cloud.netapp.v1.KmsConfigName
-
Packages that use KmsConfigName Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of KmsConfigName in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return KmsConfigName Modifier and Type Method Description KmsConfigName
KmsConfigName.Builder. build()
static KmsConfigName
KmsConfigName. of(String project, String location, String kmsConfig)
static KmsConfigName
KmsConfigName. parse(String formattedString)
Methods in com.google.cloud.netapp.v1 that return types with arguments of type KmsConfigName Modifier and Type Method Description static List<KmsConfigName>
KmsConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.netapp.v1 with parameters of type KmsConfigName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
NetAppClient. deleteKmsConfigAsync(KmsConfigName name)
Warning! This operation will permanently delete the Kms config.KmsConfig
NetAppClient. getKmsConfig(KmsConfigName name)
Returns the description of the specified KMS config by kms_config_id.Method parameters in com.google.cloud.netapp.v1 with type arguments of type KmsConfigName Modifier and Type Method Description static List<String>
KmsConfigName. toStringList(List<KmsConfigName> values)
-