Home
last modified time | relevance | path

Searched refs:SetDBName (Results 1 – 25 of 134) sorted by relevance

123456

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds/include/aws/rds/model/
H A DRestoreDBInstanceFromDBSnapshotRequest.h611 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
617 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
623 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
629 …inline RestoreDBInstanceFromDBSnapshotRequest& WithDBName(const Aws::String& value) { SetDBName(va… in WithDBName()
635 …inline RestoreDBInstanceFromDBSnapshotRequest& WithDBName(Aws::String&& value) { SetDBName(std::mo… in WithDBName()
641 …inline RestoreDBInstanceFromDBSnapshotRequest& WithDBName(const char* value) { SetDBName(value); r… in WithDBName()
H A DRestoreDBInstanceToPointInTimeRequest.h676 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
682 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
688 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
694 …inline RestoreDBInstanceToPointInTimeRequest& WithDBName(const Aws::String& value) { SetDBName(val… in WithDBName()
700 …inline RestoreDBInstanceToPointInTimeRequest& WithDBName(Aws::String&& value) { SetDBName(std::mov… in WithDBName()
706 …inline RestoreDBInstanceToPointInTimeRequest& WithDBName(const char* value) { SetDBName(value); re… in WithDBName()
H A DRestoreDBInstanceFromS3Request.h58 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
64 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
70 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
76 …inline RestoreDBInstanceFromS3Request& WithDBName(const Aws::String& value) { SetDBName(value); re… in WithDBName()
82 …inline RestoreDBInstanceFromS3Request& WithDBName(Aws::String&& value) { SetDBName(std::move(value… in WithDBName()
88 …inline RestoreDBInstanceFromS3Request& WithDBName(const char* value) { SetDBName(value); return *t… in WithDBName()
H A DCreateDBInstanceRequest.h172 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
215 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
258 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
301 …inline CreateDBInstanceRequest& WithDBName(const Aws::String& value) { SetDBName(value); return *t… in WithDBName()
344 …inline CreateDBInstanceRequest& WithDBName(Aws::String&& value) { SetDBName(std::move(value)); ret… in WithDBName()
387 inline CreateDBInstanceRequest& WithDBName(const char* value) { SetDBName(value); return *this;} in WithDBName()
H A DDBInstance.h372 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
384 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
396 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
408 inline DBInstance& WithDBName(const Aws::String& value) { SetDBName(value); return *this;} in WithDBName()
420 inline DBInstance& WithDBName(Aws::String&& value) { SetDBName(std::move(value)); return *this;} in WithDBName()
432 inline DBInstance& WithDBName(const char* value) { SetDBName(value); return *this;} in WithDBName()
/dports/devel/upp/upp/bazaar/ProtectServerDemo/
H A Dmain.cpp14 .SetDBName("protect_demo")
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/include/aws/redshift/model/
H A DSnapshot.h602 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
607 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
612 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
617 inline Snapshot& WithDBName(const Aws::String& value) { SetDBName(value); return *this;} in WithDBName()
622 inline Snapshot& WithDBName(Aws::String&& value) { SetDBName(std::move(value)); return *this;} in WithDBName()
627 inline Snapshot& WithDBName(const char* value) { SetDBName(value); return *this;} in WithDBName()
H A DCreateClusterRequest.h91 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
107 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
123 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
139 …inline CreateClusterRequest& WithDBName(const Aws::String& value) { SetDBName(value); return *this… in WithDBName()
155 …inline CreateClusterRequest& WithDBName(Aws::String&& value) { SetDBName(std::move(value)); return… in WithDBName()
171 inline CreateClusterRequest& WithDBName(const char* value) { SetDBName(value); return *this;} in WithDBName()
H A DCluster.h505 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
513 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
521 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
529 inline Cluster& WithDBName(const Aws::String& value) { SetDBName(value); return *this;} in WithDBName()
537 inline Cluster& WithDBName(Aws::String&& value) { SetDBName(std::move(value)); return *this;} in WithDBName()
545 inline Cluster& WithDBName(const char* value) { SetDBName(value); return *this;} in WithDBName()
/dports/devel/upp/upp/bazaar/ProtectServer/
H A DProtectDB.h55 ProtectDB &SetDBName(String const &_dbName) { dbName = _dbName; return *this; } in SetDBName() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-neptune/include/aws/neptune/model/
H A DCreateDBInstanceRequest.h54 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
59 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
64 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
69 …inline CreateDBInstanceRequest& WithDBName(const Aws::String& value) { SetDBName(value); return *t… in WithDBName()
74 …inline CreateDBInstanceRequest& WithDBName(Aws::String&& value) { SetDBName(std::move(value)); ret… in WithDBName()
79 inline CreateDBInstanceRequest& WithDBName(const char* value) { SetDBName(value); return *this;} in WithDBName()
H A DDBInstance.h289 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
294 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
299 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
304 inline DBInstance& WithDBName(const Aws::String& value) { SetDBName(value); return *this;} in WithDBName()
309 inline DBInstance& WithDBName(Aws::String&& value) { SetDBName(std::move(value)); return *this;} in WithDBName()
314 inline DBInstance& WithDBName(const char* value) { SetDBName(value); return *this;} in WithDBName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsRedshiftClusterDetails.h835 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
843 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
851 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
859 …inline AwsRedshiftClusterDetails& WithDBName(const Aws::String& value) { SetDBName(value); return … in WithDBName()
867 …inline AwsRedshiftClusterDetails& WithDBName(Aws::String&& value) { SetDBName(std::move(value)); r… in WithDBName()
875 … inline AwsRedshiftClusterDetails& WithDBName(const char* value) { SetDBName(value); return *this;} in WithDBName()
H A DAwsRdsDbInstanceDetails.h394 inline void SetDBName(const Aws::String& value) { m_dBNameHasBeenSet = true; m_dBName = value; } in SetDBName() function
405 …inline void SetDBName(Aws::String&& value) { m_dBNameHasBeenSet = true; m_dBName = std::move(value… in SetDBName() function
416 inline void SetDBName(const char* value) { m_dBNameHasBeenSet = true; m_dBName.assign(value); } in SetDBName() function
427 …inline AwsRdsDbInstanceDetails& WithDBName(const Aws::String& value) { SetDBName(value); return *t… in WithDBName()
438 …inline AwsRdsDbInstanceDetails& WithDBName(Aws::String&& value) { SetDBName(std::move(value)); ret… in WithDBName()
449 inline AwsRdsDbInstanceDetails& WithDBName(const char* value) { SetDBName(value); return *this;} in WithDBName()
/dports/security/samhain-server/samhain-4.4.3/
H A Dyulerc.template78 # SetDBName = samhain
H A Dsamhainrc.freebsd400 # SetDBName = samhain
H A Dsamhainrc.linux438 # SetDBName = samhain
H A Dsamhainrc.solaris377 # SetDBName = samhain
/dports/security/samhain/samhain-4.4.3/
H A Dyulerc.template78 # SetDBName = samhain
H A Dsamhainrc.freebsd400 # SetDBName = samhain
H A Dsamhainrc.linux438 # SetDBName = samhain
H A Dsamhainrc.solaris377 # SetDBName = samhain
/dports/security/samhain-client/samhain-4.4.3/
H A Dyulerc.template78 # SetDBName = samhain
H A Dsamhainrc.freebsd400 # SetDBName = samhain
H A Dsamhainrc.linux438 # SetDBName = samhain

123456