Lines Matching defs:RestoreDBInstanceToPointInTimeInput

10857 func (c *RDS) RestoreDBInstanceToPointInTimeRequest(input *RestoreDBInstanceToPointInTimeInput) (re…
10975 func (c *RDS) RestoreDBInstanceToPointInTime(input *RestoreDBInstanceToPointInTimeInput) (*RestoreD…
10989 …oreDBInstanceToPointInTimeWithContext(ctx aws.Context, input *RestoreDBInstanceToPointInTimeInput,…
33570 type RestoreDBInstanceToPointInTimeInput struct { struct
33571 _ struct{} `type:"structure"`
33575 AutoMinorVersionUpgrade *bool `type:"boolean"`
33585 AvailabilityZone *string `type:"string"`
33589 CopyTagsToSnapshot *bool `type:"boolean"`
33598 DBInstanceClass *string `type:"string"`
33603 DBName *string `type:"string"`
33619 DBParameterGroupName *string `type:"string"`
33626 DBSubnetGroupName *string `type:"string"`
33632 DeletionProtection *bool `type:"boolean"`
33635 Domain *string `type:"string"`
33639 DomainIAMRoleName *string `type:"string"`
33645 EnableCloudwatchLogsExports []*string `type:"list"`
33654 EnableIAMDatabaseAuthentication *bool `type:"boolean"`
33685 Engine *string `type:"string"`
33695 Iops *int64 `type:"integer"`
33702 LicenseModel *string `type:"string"`
33708 MultiAZ *bool `type:"boolean"`
33715 OptionGroupName *string `type:"string"`
33722 Port *int64 `type:"integer"`
33726 ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"`
33734 PubliclyAccessible *bool `type:"boolean"`
33747 RestoreTime *time.Time `type:"timestamp"`
33754 SourceDBInstanceIdentifier *string `type:"string"`
33757 SourceDbiResourceId *string `type:"string"`
33766 StorageType *string `type:"string"`
33770 Tags []*Tag `locationNameList:"Tag" type:"list"`
33783 TargetDBInstanceIdentifier *string `type:"string" required:"true"`
33786 TdeCredentialArn *string `type:"string"`
33790 TdeCredentialPassword *string `type:"string"`
33794 UseDefaultProcessorFeatures *bool `type:"boolean"`
33801 UseLatestRestorableTime *bool `type:"boolean"`
33806 VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"`
33810 func (s RestoreDBInstanceToPointInTimeInput) String() string {
33815 func (s RestoreDBInstanceToPointInTimeInput) GoString() string {
33820 func (s *RestoreDBInstanceToPointInTimeInput) Validate() error {
33833 …stanceToPointInTimeInput) SetAutoMinorVersionUpgrade(v bool) *RestoreDBInstanceToPointInTimeInput {
33839 …eDBInstanceToPointInTimeInput) SetAvailabilityZone(v string) *RestoreDBInstanceToPointInTimeInput {
33845 …eDBInstanceToPointInTimeInput) SetCopyTagsToSnapshot(v bool) *RestoreDBInstanceToPointInTimeInput {
33851 …reDBInstanceToPointInTimeInput) SetDBInstanceClass(v string) *RestoreDBInstanceToPointInTimeInput {
33857 …(s *RestoreDBInstanceToPointInTimeInput) SetDBName(v string) *RestoreDBInstanceToPointInTimeInput {
33863 …nstanceToPointInTimeInput) SetDBParameterGroupName(v string) *RestoreDBInstanceToPointInTimeInput {
33869 …DBInstanceToPointInTimeInput) SetDBSubnetGroupName(v string) *RestoreDBInstanceToPointInTimeInput {
33875 …eDBInstanceToPointInTimeInput) SetDeletionProtection(v bool) *RestoreDBInstanceToPointInTimeInput {
33881 …(s *RestoreDBInstanceToPointInTimeInput) SetDomain(v string) *RestoreDBInstanceToPointInTimeInput {
33887 …DBInstanceToPointInTimeInput) SetDomainIAMRoleName(v string) *RestoreDBInstanceToPointInTimeInput {
33893 …ointInTimeInput) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBInstanceToPointInTimeInput {
33899 …PointInTimeInput) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBInstanceToPointInTimeInput {
33905 …(s *RestoreDBInstanceToPointInTimeInput) SetEngine(v string) *RestoreDBInstanceToPointInTimeInput {
33911 …nc (s *RestoreDBInstanceToPointInTimeInput) SetIops(v int64) *RestoreDBInstanceToPointInTimeInput {
33917 …storeDBInstanceToPointInTimeInput) SetLicenseModel(v string) *RestoreDBInstanceToPointInTimeInput {
33923 … (s *RestoreDBInstanceToPointInTimeInput) SetMultiAZ(v bool) *RestoreDBInstanceToPointInTimeInput {
33929 …reDBInstanceToPointInTimeInput) SetOptionGroupName(v string) *RestoreDBInstanceToPointInTimeInput {
33935 …nc (s *RestoreDBInstanceToPointInTimeInput) SetPort(v int64) *RestoreDBInstanceToPointInTimeInput {
33941 …ointInTimeInput) SetProcessorFeatures(v []*ProcessorFeature) *RestoreDBInstanceToPointInTimeInput {
33947 …eDBInstanceToPointInTimeInput) SetPubliclyAccessible(v bool) *RestoreDBInstanceToPointInTimeInput {
33953 …oreDBInstanceToPointInTimeInput) SetRestoreTime(v time.Time) *RestoreDBInstanceToPointInTimeInput {
33959 …eToPointInTimeInput) SetSourceDBInstanceIdentifier(v string) *RestoreDBInstanceToPointInTimeInput {
33965 …InstanceToPointInTimeInput) SetSourceDbiResourceId(v string) *RestoreDBInstanceToPointInTimeInput {
33971 …estoreDBInstanceToPointInTimeInput) SetStorageType(v string) *RestoreDBInstanceToPointInTimeInput {
33977 …c (s *RestoreDBInstanceToPointInTimeInput) SetTags(v []*Tag) *RestoreDBInstanceToPointInTimeInput {
33983 …eToPointInTimeInput) SetTargetDBInstanceIdentifier(v string) *RestoreDBInstanceToPointInTimeInput {
33989 …eDBInstanceToPointInTimeInput) SetTdeCredentialArn(v string) *RestoreDBInstanceToPointInTimeInput {
33995 …stanceToPointInTimeInput) SetTdeCredentialPassword(v string) *RestoreDBInstanceToPointInTimeInput {
34001 …ceToPointInTimeInput) SetUseDefaultProcessorFeatures(v bool) *RestoreDBInstanceToPointInTimeInput {
34007 …stanceToPointInTimeInput) SetUseLatestRestorableTime(v bool) *RestoreDBInstanceToPointInTimeInput {
34013 …tanceToPointInTimeInput) SetVpcSecurityGroupIds(v []*string) *RestoreDBInstanceToPointInTimeInput {