Lines Matching defs:RestoreDBInstanceToPointInTimeInput

13412 func (c *RDS) RestoreDBInstanceToPointInTimeRequest(input *RestoreDBInstanceToPointInTimeInput) (re…
13530 func (c *RDS) RestoreDBInstanceToPointInTime(input *RestoreDBInstanceToPointInTimeInput) (*RestoreD…
13544 …oreDBInstanceToPointInTimeWithContext(ctx aws.Context, input *RestoreDBInstanceToPointInTimeInput,…
40671 type RestoreDBInstanceToPointInTimeInput struct { struct
40672 _ struct{} `type:"structure"`
40676 AutoMinorVersionUpgrade *bool `type:"boolean"`
40686 AvailabilityZone *string `type:"string"`
40690 CopyTagsToSnapshot *bool `type:"boolean"`
40699 DBInstanceClass *string `type:"string"`
40704 DBName *string `type:"string"`
40720 DBParameterGroupName *string `type:"string"`
40727 DBSubnetGroupName *string `type:"string"`
40733 DeletionProtection *bool `type:"boolean"`
40742 Domain *string `type:"string"`
40746 DomainIAMRoleName *string `type:"string"`
40752 EnableCloudwatchLogsExports []*string `type:"list"`
40768 EnableCustomerOwnedIp *bool `type:"boolean"`
40776 EnableIAMDatabaseAuthentication *bool `type:"boolean"`
40807 Engine *string `type:"string"`
40817 Iops *int64 `type:"integer"`
40824 LicenseModel *string `type:"string"`
40833 MaxAllocatedStorage *int64 `type:"integer"`
40839 MultiAZ *bool `type:"boolean"`
40846 OptionGroupName *string `type:"string"`
40853 Port *int64 `type:"integer"`
40857 ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"`
40872 PubliclyAccessible *bool `type:"boolean"`
40885 RestoreTime *time.Time `type:"timestamp"`
40889 SourceDBInstanceAutomatedBackupsArn *string `type:"string"`
40896 SourceDBInstanceIdentifier *string `type:"string"`
40899 SourceDbiResourceId *string `type:"string"`
40908 StorageType *string `type:"string"`
40912 Tags []*Tag `locationNameList:"Tag" type:"list"`
40925 TargetDBInstanceIdentifier *string `type:"string" required:"true"`
40928 TdeCredentialArn *string `type:"string"`
40932 TdeCredentialPassword *string `type:"string"`
40936 UseDefaultProcessorFeatures *bool `type:"boolean"`
40943 UseLatestRestorableTime *bool `type:"boolean"`
40948 VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"`
40952 func (s RestoreDBInstanceToPointInTimeInput) String() string {
40957 func (s RestoreDBInstanceToPointInTimeInput) GoString() string {
40962 func (s *RestoreDBInstanceToPointInTimeInput) Validate() error {
40975 …stanceToPointInTimeInput) SetAutoMinorVersionUpgrade(v bool) *RestoreDBInstanceToPointInTimeInput {
40981 …eDBInstanceToPointInTimeInput) SetAvailabilityZone(v string) *RestoreDBInstanceToPointInTimeInput {
40987 …eDBInstanceToPointInTimeInput) SetCopyTagsToSnapshot(v bool) *RestoreDBInstanceToPointInTimeInput {
40993 …reDBInstanceToPointInTimeInput) SetDBInstanceClass(v string) *RestoreDBInstanceToPointInTimeInput {
40999 …(s *RestoreDBInstanceToPointInTimeInput) SetDBName(v string) *RestoreDBInstanceToPointInTimeInput {
41005 …nstanceToPointInTimeInput) SetDBParameterGroupName(v string) *RestoreDBInstanceToPointInTimeInput {
41011 …DBInstanceToPointInTimeInput) SetDBSubnetGroupName(v string) *RestoreDBInstanceToPointInTimeInput {
41017 …eDBInstanceToPointInTimeInput) SetDeletionProtection(v bool) *RestoreDBInstanceToPointInTimeInput {
41023 …(s *RestoreDBInstanceToPointInTimeInput) SetDomain(v string) *RestoreDBInstanceToPointInTimeInput {
41029 …DBInstanceToPointInTimeInput) SetDomainIAMRoleName(v string) *RestoreDBInstanceToPointInTimeInput {
41035 …ointInTimeInput) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBInstanceToPointInTimeInput {
41041 …InstanceToPointInTimeInput) SetEnableCustomerOwnedIp(v bool) *RestoreDBInstanceToPointInTimeInput {
41047 …PointInTimeInput) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBInstanceToPointInTimeInput {
41053 …(s *RestoreDBInstanceToPointInTimeInput) SetEngine(v string) *RestoreDBInstanceToPointInTimeInput {
41059 …nc (s *RestoreDBInstanceToPointInTimeInput) SetIops(v int64) *RestoreDBInstanceToPointInTimeInput {
41065 …storeDBInstanceToPointInTimeInput) SetLicenseModel(v string) *RestoreDBInstanceToPointInTimeInput {
41071 …BInstanceToPointInTimeInput) SetMaxAllocatedStorage(v int64) *RestoreDBInstanceToPointInTimeInput {
41077 … (s *RestoreDBInstanceToPointInTimeInput) SetMultiAZ(v bool) *RestoreDBInstanceToPointInTimeInput {
41083 …reDBInstanceToPointInTimeInput) SetOptionGroupName(v string) *RestoreDBInstanceToPointInTimeInput {
41089 …nc (s *RestoreDBInstanceToPointInTimeInput) SetPort(v int64) *RestoreDBInstanceToPointInTimeInput {
41095 …ointInTimeInput) SetProcessorFeatures(v []*ProcessorFeature) *RestoreDBInstanceToPointInTimeInput {
41101 …eDBInstanceToPointInTimeInput) SetPubliclyAccessible(v bool) *RestoreDBInstanceToPointInTimeInput {
41107 …oreDBInstanceToPointInTimeInput) SetRestoreTime(v time.Time) *RestoreDBInstanceToPointInTimeInput {
41113 …nTimeInput) SetSourceDBInstanceAutomatedBackupsArn(v string) *RestoreDBInstanceToPointInTimeInput {
41119 …eToPointInTimeInput) SetSourceDBInstanceIdentifier(v string) *RestoreDBInstanceToPointInTimeInput {
41125 …InstanceToPointInTimeInput) SetSourceDbiResourceId(v string) *RestoreDBInstanceToPointInTimeInput {
41131 …estoreDBInstanceToPointInTimeInput) SetStorageType(v string) *RestoreDBInstanceToPointInTimeInput {
41137 …c (s *RestoreDBInstanceToPointInTimeInput) SetTags(v []*Tag) *RestoreDBInstanceToPointInTimeInput {
41143 …eToPointInTimeInput) SetTargetDBInstanceIdentifier(v string) *RestoreDBInstanceToPointInTimeInput {
41149 …eDBInstanceToPointInTimeInput) SetTdeCredentialArn(v string) *RestoreDBInstanceToPointInTimeInput {
41155 …stanceToPointInTimeInput) SetTdeCredentialPassword(v string) *RestoreDBInstanceToPointInTimeInput {
41161 …ceToPointInTimeInput) SetUseDefaultProcessorFeatures(v bool) *RestoreDBInstanceToPointInTimeInput {
41167 …stanceToPointInTimeInput) SetUseLatestRestorableTime(v bool) *RestoreDBInstanceToPointInTimeInput {
41173 …tanceToPointInTimeInput) SetVpcSecurityGroupIds(v []*string) *RestoreDBInstanceToPointInTimeInput {