backupmock

package
v1.43.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package backupmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBackupAPI

type MockBackupAPI struct {
	// contains filtered or unexported fields
}

MockBackupAPI is a mock of BackupAPI interface.

func NewMockBackupAPI

func NewMockBackupAPI(ctrl *gomock.Controller) *MockBackupAPI

NewMockBackupAPI creates a new mock instance.

func (*MockBackupAPI) CreateBackupPlan

CreateBackupPlan mocks base method.

func (*MockBackupAPI) CreateBackupPlanRequest

CreateBackupPlanRequest mocks base method.

func (*MockBackupAPI) CreateBackupPlanWithContext

func (m *MockBackupAPI) CreateBackupPlanWithContext(arg0 context.Context, arg1 *backup.CreateBackupPlanInput, arg2 ...request.Option) (*backup.CreateBackupPlanOutput, error)

CreateBackupPlanWithContext mocks base method.

func (*MockBackupAPI) CreateBackupSelection

CreateBackupSelection mocks base method.

func (*MockBackupAPI) CreateBackupSelectionRequest

CreateBackupSelectionRequest mocks base method.

func (*MockBackupAPI) CreateBackupSelectionWithContext

func (m *MockBackupAPI) CreateBackupSelectionWithContext(arg0 context.Context, arg1 *backup.CreateBackupSelectionInput, arg2 ...request.Option) (*backup.CreateBackupSelectionOutput, error)

CreateBackupSelectionWithContext mocks base method.

func (*MockBackupAPI) CreateBackupVault

CreateBackupVault mocks base method.

func (*MockBackupAPI) CreateBackupVaultRequest

CreateBackupVaultRequest mocks base method.

func (*MockBackupAPI) CreateBackupVaultWithContext

func (m *MockBackupAPI) CreateBackupVaultWithContext(arg0 context.Context, arg1 *backup.CreateBackupVaultInput, arg2 ...request.Option) (*backup.CreateBackupVaultOutput, error)

CreateBackupVaultWithContext mocks base method.

func (*MockBackupAPI) CreateFramework added in v1.43.22

CreateFramework mocks base method.

func (*MockBackupAPI) CreateFrameworkRequest added in v1.43.22

CreateFrameworkRequest mocks base method.

func (*MockBackupAPI) CreateFrameworkWithContext added in v1.43.22

func (m *MockBackupAPI) CreateFrameworkWithContext(arg0 context.Context, arg1 *backup.CreateFrameworkInput, arg2 ...request.Option) (*backup.CreateFrameworkOutput, error)

CreateFrameworkWithContext mocks base method.

func (*MockBackupAPI) CreateReportPlan added in v1.43.22

CreateReportPlan mocks base method.

func (*MockBackupAPI) CreateReportPlanRequest added in v1.43.22

CreateReportPlanRequest mocks base method.

func (*MockBackupAPI) CreateReportPlanWithContext added in v1.43.22

func (m *MockBackupAPI) CreateReportPlanWithContext(arg0 context.Context, arg1 *backup.CreateReportPlanInput, arg2 ...request.Option) (*backup.CreateReportPlanOutput, error)

CreateReportPlanWithContext mocks base method.

func (*MockBackupAPI) DeleteBackupPlan

DeleteBackupPlan mocks base method.

func (*MockBackupAPI) DeleteBackupPlanRequest

DeleteBackupPlanRequest mocks base method.

func (*MockBackupAPI) DeleteBackupPlanWithContext

func (m *MockBackupAPI) DeleteBackupPlanWithContext(arg0 context.Context, arg1 *backup.DeleteBackupPlanInput, arg2 ...request.Option) (*backup.DeleteBackupPlanOutput, error)

DeleteBackupPlanWithContext mocks base method.

func (*MockBackupAPI) DeleteBackupSelection

DeleteBackupSelection mocks base method.

func (*MockBackupAPI) DeleteBackupSelectionRequest

DeleteBackupSelectionRequest mocks base method.

func (*MockBackupAPI) DeleteBackupSelectionWithContext

func (m *MockBackupAPI) DeleteBackupSelectionWithContext(arg0 context.Context, arg1 *backup.DeleteBackupSelectionInput, arg2 ...request.Option) (*backup.DeleteBackupSelectionOutput, error)

DeleteBackupSelectionWithContext mocks base method.

func (*MockBackupAPI) DeleteBackupVault

DeleteBackupVault mocks base method.

func (*MockBackupAPI) DeleteBackupVaultAccessPolicy

DeleteBackupVaultAccessPolicy mocks base method.

func (*MockBackupAPI) DeleteBackupVaultAccessPolicyRequest

DeleteBackupVaultAccessPolicyRequest mocks base method.

func (*MockBackupAPI) DeleteBackupVaultAccessPolicyWithContext

func (m *MockBackupAPI) DeleteBackupVaultAccessPolicyWithContext(arg0 context.Context, arg1 *backup.DeleteBackupVaultAccessPolicyInput, arg2 ...request.Option) (*backup.DeleteBackupVaultAccessPolicyOutput, error)

DeleteBackupVaultAccessPolicyWithContext mocks base method.

func (*MockBackupAPI) DeleteBackupVaultLockConfiguration added in v1.43.22

DeleteBackupVaultLockConfiguration mocks base method.

func (*MockBackupAPI) DeleteBackupVaultLockConfigurationRequest added in v1.43.22

DeleteBackupVaultLockConfigurationRequest mocks base method.

func (*MockBackupAPI) DeleteBackupVaultLockConfigurationWithContext added in v1.43.22

func (m *MockBackupAPI) DeleteBackupVaultLockConfigurationWithContext(arg0 context.Context, arg1 *backup.DeleteBackupVaultLockConfigurationInput, arg2 ...request.Option) (*backup.DeleteBackupVaultLockConfigurationOutput, error)

DeleteBackupVaultLockConfigurationWithContext mocks base method.

func (*MockBackupAPI) DeleteBackupVaultNotifications

DeleteBackupVaultNotifications mocks base method.

func (*MockBackupAPI) DeleteBackupVaultNotificationsRequest

DeleteBackupVaultNotificationsRequest mocks base method.

func (*MockBackupAPI) DeleteBackupVaultNotificationsWithContext

func (m *MockBackupAPI) DeleteBackupVaultNotificationsWithContext(arg0 context.Context, arg1 *backup.DeleteBackupVaultNotificationsInput, arg2 ...request.Option) (*backup.DeleteBackupVaultNotificationsOutput, error)

DeleteBackupVaultNotificationsWithContext mocks base method.

func (*MockBackupAPI) DeleteBackupVaultRequest

DeleteBackupVaultRequest mocks base method.

func (*MockBackupAPI) DeleteBackupVaultWithContext

func (m *MockBackupAPI) DeleteBackupVaultWithContext(arg0 context.Context, arg1 *backup.DeleteBackupVaultInput, arg2 ...request.Option) (*backup.DeleteBackupVaultOutput, error)

DeleteBackupVaultWithContext mocks base method.

func (*MockBackupAPI) DeleteFramework added in v1.43.22

DeleteFramework mocks base method.

func (*MockBackupAPI) DeleteFrameworkRequest added in v1.43.22

DeleteFrameworkRequest mocks base method.

func (*MockBackupAPI) DeleteFrameworkWithContext added in v1.43.22

func (m *MockBackupAPI) DeleteFrameworkWithContext(arg0 context.Context, arg1 *backup.DeleteFrameworkInput, arg2 ...request.Option) (*backup.DeleteFrameworkOutput, error)

DeleteFrameworkWithContext mocks base method.

func (*MockBackupAPI) DeleteRecoveryPoint

DeleteRecoveryPoint mocks base method.

func (*MockBackupAPI) DeleteRecoveryPointRequest

DeleteRecoveryPointRequest mocks base method.

func (*MockBackupAPI) DeleteRecoveryPointWithContext

func (m *MockBackupAPI) DeleteRecoveryPointWithContext(arg0 context.Context, arg1 *backup.DeleteRecoveryPointInput, arg2 ...request.Option) (*backup.DeleteRecoveryPointOutput, error)

DeleteRecoveryPointWithContext mocks base method.

func (*MockBackupAPI) DeleteReportPlan added in v1.43.22

DeleteReportPlan mocks base method.

func (*MockBackupAPI) DeleteReportPlanRequest added in v1.43.22

DeleteReportPlanRequest mocks base method.

func (*MockBackupAPI) DeleteReportPlanWithContext added in v1.43.22

func (m *MockBackupAPI) DeleteReportPlanWithContext(arg0 context.Context, arg1 *backup.DeleteReportPlanInput, arg2 ...request.Option) (*backup.DeleteReportPlanOutput, error)

DeleteReportPlanWithContext mocks base method.

func (*MockBackupAPI) DescribeBackupJob

DescribeBackupJob mocks base method.

func (*MockBackupAPI) DescribeBackupJobRequest

DescribeBackupJobRequest mocks base method.

func (*MockBackupAPI) DescribeBackupJobWithContext

func (m *MockBackupAPI) DescribeBackupJobWithContext(arg0 context.Context, arg1 *backup.DescribeBackupJobInput, arg2 ...request.Option) (*backup.DescribeBackupJobOutput, error)

DescribeBackupJobWithContext mocks base method.

func (*MockBackupAPI) DescribeBackupVault

DescribeBackupVault mocks base method.

func (*MockBackupAPI) DescribeBackupVaultRequest

DescribeBackupVaultRequest mocks base method.

func (*MockBackupAPI) DescribeBackupVaultWithContext

func (m *MockBackupAPI) DescribeBackupVaultWithContext(arg0 context.Context, arg1 *backup.DescribeBackupVaultInput, arg2 ...request.Option) (*backup.DescribeBackupVaultOutput, error)

DescribeBackupVaultWithContext mocks base method.

func (*MockBackupAPI) DescribeCopyJob

DescribeCopyJob mocks base method.

func (*MockBackupAPI) DescribeCopyJobRequest

DescribeCopyJobRequest mocks base method.

func (*MockBackupAPI) DescribeCopyJobWithContext

func (m *MockBackupAPI) DescribeCopyJobWithContext(arg0 context.Context, arg1 *backup.DescribeCopyJobInput, arg2 ...request.Option) (*backup.DescribeCopyJobOutput, error)

DescribeCopyJobWithContext mocks base method.

func (*MockBackupAPI) DescribeFramework added in v1.43.22

DescribeFramework mocks base method.

func (*MockBackupAPI) DescribeFrameworkRequest added in v1.43.22

DescribeFrameworkRequest mocks base method.

func (*MockBackupAPI) DescribeFrameworkWithContext added in v1.43.22

func (m *MockBackupAPI) DescribeFrameworkWithContext(arg0 context.Context, arg1 *backup.DescribeFrameworkInput, arg2 ...request.Option) (*backup.DescribeFrameworkOutput, error)

DescribeFrameworkWithContext mocks base method.

func (*MockBackupAPI) DescribeGlobalSettings

DescribeGlobalSettings mocks base method.

func (*MockBackupAPI) DescribeGlobalSettingsRequest

DescribeGlobalSettingsRequest mocks base method.

func (*MockBackupAPI) DescribeGlobalSettingsWithContext

func (m *MockBackupAPI) DescribeGlobalSettingsWithContext(arg0 context.Context, arg1 *backup.DescribeGlobalSettingsInput, arg2 ...request.Option) (*backup.DescribeGlobalSettingsOutput, error)

DescribeGlobalSettingsWithContext mocks base method.

func (*MockBackupAPI) DescribeProtectedResource

DescribeProtectedResource mocks base method.

func (*MockBackupAPI) DescribeProtectedResourceRequest

DescribeProtectedResourceRequest mocks base method.

func (*MockBackupAPI) DescribeProtectedResourceWithContext

func (m *MockBackupAPI) DescribeProtectedResourceWithContext(arg0 context.Context, arg1 *backup.DescribeProtectedResourceInput, arg2 ...request.Option) (*backup.DescribeProtectedResourceOutput, error)

DescribeProtectedResourceWithContext mocks base method.

func (*MockBackupAPI) DescribeRecoveryPoint

DescribeRecoveryPoint mocks base method.

func (*MockBackupAPI) DescribeRecoveryPointRequest

DescribeRecoveryPointRequest mocks base method.

func (*MockBackupAPI) DescribeRecoveryPointWithContext

func (m *MockBackupAPI) DescribeRecoveryPointWithContext(arg0 context.Context, arg1 *backup.DescribeRecoveryPointInput, arg2 ...request.Option) (*backup.DescribeRecoveryPointOutput, error)

DescribeRecoveryPointWithContext mocks base method.

func (*MockBackupAPI) DescribeRegionSettings

DescribeRegionSettings mocks base method.

func (*MockBackupAPI) DescribeRegionSettingsRequest

DescribeRegionSettingsRequest mocks base method.

func (*MockBackupAPI) DescribeRegionSettingsWithContext

func (m *MockBackupAPI) DescribeRegionSettingsWithContext(arg0 context.Context, arg1 *backup.DescribeRegionSettingsInput, arg2 ...request.Option) (*backup.DescribeRegionSettingsOutput, error)

DescribeRegionSettingsWithContext mocks base method.

func (*MockBackupAPI) DescribeReportJob added in v1.43.22

DescribeReportJob mocks base method.

func (*MockBackupAPI) DescribeReportJobRequest added in v1.43.22

DescribeReportJobRequest mocks base method.

func (*MockBackupAPI) DescribeReportJobWithContext added in v1.43.22

func (m *MockBackupAPI) DescribeReportJobWithContext(arg0 context.Context, arg1 *backup.DescribeReportJobInput, arg2 ...request.Option) (*backup.DescribeReportJobOutput, error)

DescribeReportJobWithContext mocks base method.

func (*MockBackupAPI) DescribeReportPlan added in v1.43.22

DescribeReportPlan mocks base method.

func (*MockBackupAPI) DescribeReportPlanRequest added in v1.43.22

DescribeReportPlanRequest mocks base method.

func (*MockBackupAPI) DescribeReportPlanWithContext added in v1.43.22

func (m *MockBackupAPI) DescribeReportPlanWithContext(arg0 context.Context, arg1 *backup.DescribeReportPlanInput, arg2 ...request.Option) (*backup.DescribeReportPlanOutput, error)

DescribeReportPlanWithContext mocks base method.

func (*MockBackupAPI) DescribeRestoreJob

DescribeRestoreJob mocks base method.

func (*MockBackupAPI) DescribeRestoreJobRequest

DescribeRestoreJobRequest mocks base method.

func (*MockBackupAPI) DescribeRestoreJobWithContext

func (m *MockBackupAPI) DescribeRestoreJobWithContext(arg0 context.Context, arg1 *backup.DescribeRestoreJobInput, arg2 ...request.Option) (*backup.DescribeRestoreJobOutput, error)

DescribeRestoreJobWithContext mocks base method.

func (*MockBackupAPI) DisassociateRecoveryPoint added in v1.38.35

DisassociateRecoveryPoint mocks base method.

func (*MockBackupAPI) DisassociateRecoveryPointRequest added in v1.38.35

DisassociateRecoveryPointRequest mocks base method.

func (*MockBackupAPI) DisassociateRecoveryPointWithContext added in v1.38.35

func (m *MockBackupAPI) DisassociateRecoveryPointWithContext(arg0 context.Context, arg1 *backup.DisassociateRecoveryPointInput, arg2 ...request.Option) (*backup.DisassociateRecoveryPointOutput, error)

DisassociateRecoveryPointWithContext mocks base method.

func (*MockBackupAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBackupAPI) ExportBackupPlanTemplate

ExportBackupPlanTemplate mocks base method.

func (*MockBackupAPI) ExportBackupPlanTemplateRequest

ExportBackupPlanTemplateRequest mocks base method.

func (*MockBackupAPI) ExportBackupPlanTemplateWithContext

func (m *MockBackupAPI) ExportBackupPlanTemplateWithContext(arg0 context.Context, arg1 *backup.ExportBackupPlanTemplateInput, arg2 ...request.Option) (*backup.ExportBackupPlanTemplateOutput, error)

ExportBackupPlanTemplateWithContext mocks base method.

func (*MockBackupAPI) GetBackupPlan

GetBackupPlan mocks base method.

func (*MockBackupAPI) GetBackupPlanFromJSON

GetBackupPlanFromJSON mocks base method.

func (*MockBackupAPI) GetBackupPlanFromJSONRequest

GetBackupPlanFromJSONRequest mocks base method.

func (*MockBackupAPI) GetBackupPlanFromJSONWithContext

func (m *MockBackupAPI) GetBackupPlanFromJSONWithContext(arg0 context.Context, arg1 *backup.GetBackupPlanFromJSONInput, arg2 ...request.Option) (*backup.GetBackupPlanFromJSONOutput, error)

GetBackupPlanFromJSONWithContext mocks base method.

func (*MockBackupAPI) GetBackupPlanFromTemplate

GetBackupPlanFromTemplate mocks base method.

func (*MockBackupAPI) GetBackupPlanFromTemplateRequest

GetBackupPlanFromTemplateRequest mocks base method.

func (*MockBackupAPI) GetBackupPlanFromTemplateWithContext

func (m *MockBackupAPI) GetBackupPlanFromTemplateWithContext(arg0 context.Context, arg1 *backup.GetBackupPlanFromTemplateInput, arg2 ...request.Option) (*backup.GetBackupPlanFromTemplateOutput, error)

GetBackupPlanFromTemplateWithContext mocks base method.

func (*MockBackupAPI) GetBackupPlanRequest

func (m *MockBackupAPI) GetBackupPlanRequest(arg0 *backup.GetBackupPlanInput) (*request.Request, *backup.GetBackupPlanOutput)

GetBackupPlanRequest mocks base method.

func (*MockBackupAPI) GetBackupPlanWithContext

func (m *MockBackupAPI) GetBackupPlanWithContext(arg0 context.Context, arg1 *backup.GetBackupPlanInput, arg2 ...request.Option) (*backup.GetBackupPlanOutput, error)

GetBackupPlanWithContext mocks base method.

func (*MockBackupAPI) GetBackupSelection

GetBackupSelection mocks base method.

func (*MockBackupAPI) GetBackupSelectionRequest

GetBackupSelectionRequest mocks base method.

func (*MockBackupAPI) GetBackupSelectionWithContext

func (m *MockBackupAPI) GetBackupSelectionWithContext(arg0 context.Context, arg1 *backup.GetBackupSelectionInput, arg2 ...request.Option) (*backup.GetBackupSelectionOutput, error)

GetBackupSelectionWithContext mocks base method.

func (*MockBackupAPI) GetBackupVaultAccessPolicy

GetBackupVaultAccessPolicy mocks base method.

func (*MockBackupAPI) GetBackupVaultAccessPolicyRequest

GetBackupVaultAccessPolicyRequest mocks base method.

func (*MockBackupAPI) GetBackupVaultAccessPolicyWithContext

func (m *MockBackupAPI) GetBackupVaultAccessPolicyWithContext(arg0 context.Context, arg1 *backup.GetBackupVaultAccessPolicyInput, arg2 ...request.Option) (*backup.GetBackupVaultAccessPolicyOutput, error)

GetBackupVaultAccessPolicyWithContext mocks base method.

func (*MockBackupAPI) GetBackupVaultNotifications

GetBackupVaultNotifications mocks base method.

func (*MockBackupAPI) GetBackupVaultNotificationsRequest

GetBackupVaultNotificationsRequest mocks base method.

func (*MockBackupAPI) GetBackupVaultNotificationsWithContext

func (m *MockBackupAPI) GetBackupVaultNotificationsWithContext(arg0 context.Context, arg1 *backup.GetBackupVaultNotificationsInput, arg2 ...request.Option) (*backup.GetBackupVaultNotificationsOutput, error)

GetBackupVaultNotificationsWithContext mocks base method.

func (*MockBackupAPI) GetRecoveryPointRestoreMetadata

GetRecoveryPointRestoreMetadata mocks base method.

func (*MockBackupAPI) GetRecoveryPointRestoreMetadataRequest

GetRecoveryPointRestoreMetadataRequest mocks base method.

func (*MockBackupAPI) GetRecoveryPointRestoreMetadataWithContext

func (m *MockBackupAPI) GetRecoveryPointRestoreMetadataWithContext(arg0 context.Context, arg1 *backup.GetRecoveryPointRestoreMetadataInput, arg2 ...request.Option) (*backup.GetRecoveryPointRestoreMetadataOutput, error)

GetRecoveryPointRestoreMetadataWithContext mocks base method.

func (*MockBackupAPI) GetSupportedResourceTypes

GetSupportedResourceTypes mocks base method.

func (*MockBackupAPI) GetSupportedResourceTypesRequest

GetSupportedResourceTypesRequest mocks base method.

func (*MockBackupAPI) GetSupportedResourceTypesWithContext

func (m *MockBackupAPI) GetSupportedResourceTypesWithContext(arg0 context.Context, arg1 *backup.GetSupportedResourceTypesInput, arg2 ...request.Option) (*backup.GetSupportedResourceTypesOutput, error)

GetSupportedResourceTypesWithContext mocks base method.

func (*MockBackupAPI) ListBackupJobs

ListBackupJobs mocks base method.

func (*MockBackupAPI) ListBackupJobsPages

func (m *MockBackupAPI) ListBackupJobsPages(arg0 *backup.ListBackupJobsInput, arg1 func(*backup.ListBackupJobsOutput, bool) bool) error

ListBackupJobsPages mocks base method.

func (*MockBackupAPI) ListBackupJobsPagesWithContext

func (m *MockBackupAPI) ListBackupJobsPagesWithContext(arg0 context.Context, arg1 *backup.ListBackupJobsInput, arg2 func(*backup.ListBackupJobsOutput, bool) bool, arg3 ...request.Option) error

ListBackupJobsPagesWithContext mocks base method.

func (*MockBackupAPI) ListBackupJobsRequest

func (m *MockBackupAPI) ListBackupJobsRequest(arg0 *backup.ListBackupJobsInput) (*request.Request, *backup.ListBackupJobsOutput)

ListBackupJobsRequest mocks base method.

func (*MockBackupAPI) ListBackupJobsWithContext

func (m *MockBackupAPI) ListBackupJobsWithContext(arg0 context.Context, arg1 *backup.ListBackupJobsInput, arg2 ...request.Option) (*backup.ListBackupJobsOutput, error)

ListBackupJobsWithContext mocks base method.

func (*MockBackupAPI) ListBackupPlanTemplates

ListBackupPlanTemplates mocks base method.

func (*MockBackupAPI) ListBackupPlanTemplatesPages

func (m *MockBackupAPI) ListBackupPlanTemplatesPages(arg0 *backup.ListBackupPlanTemplatesInput, arg1 func(*backup.ListBackupPlanTemplatesOutput, bool) bool) error

ListBackupPlanTemplatesPages mocks base method.

func (*MockBackupAPI) ListBackupPlanTemplatesPagesWithContext

func (m *MockBackupAPI) ListBackupPlanTemplatesPagesWithContext(arg0 context.Context, arg1 *backup.ListBackupPlanTemplatesInput, arg2 func(*backup.ListBackupPlanTemplatesOutput, bool) bool, arg3 ...request.Option) error

ListBackupPlanTemplatesPagesWithContext mocks base method.

func (*MockBackupAPI) ListBackupPlanTemplatesRequest

ListBackupPlanTemplatesRequest mocks base method.

func (*MockBackupAPI) ListBackupPlanTemplatesWithContext

func (m *MockBackupAPI) ListBackupPlanTemplatesWithContext(arg0 context.Context, arg1 *backup.ListBackupPlanTemplatesInput, arg2 ...request.Option) (*backup.ListBackupPlanTemplatesOutput, error)

ListBackupPlanTemplatesWithContext mocks base method.

func (*MockBackupAPI) ListBackupPlanVersions

ListBackupPlanVersions mocks base method.

func (*MockBackupAPI) ListBackupPlanVersionsPages

func (m *MockBackupAPI) ListBackupPlanVersionsPages(arg0 *backup.ListBackupPlanVersionsInput, arg1 func(*backup.ListBackupPlanVersionsOutput, bool) bool) error

ListBackupPlanVersionsPages mocks base method.

func (*MockBackupAPI) ListBackupPlanVersionsPagesWithContext

func (m *MockBackupAPI) ListBackupPlanVersionsPagesWithContext(arg0 context.Context, arg1 *backup.ListBackupPlanVersionsInput, arg2 func(*backup.ListBackupPlanVersionsOutput, bool) bool, arg3 ...request.Option) error

ListBackupPlanVersionsPagesWithContext mocks base method.

func (*MockBackupAPI) ListBackupPlanVersionsRequest

ListBackupPlanVersionsRequest mocks base method.

func (*MockBackupAPI) ListBackupPlanVersionsWithContext

func (m *MockBackupAPI) ListBackupPlanVersionsWithContext(arg0 context.Context, arg1 *backup.ListBackupPlanVersionsInput, arg2 ...request.Option) (*backup.ListBackupPlanVersionsOutput, error)

ListBackupPlanVersionsWithContext mocks base method.

func (*MockBackupAPI) ListBackupPlans

ListBackupPlans mocks base method.

func (*MockBackupAPI) ListBackupPlansPages

func (m *MockBackupAPI) ListBackupPlansPages(arg0 *backup.ListBackupPlansInput, arg1 func(*backup.ListBackupPlansOutput, bool) bool) error

ListBackupPlansPages mocks base method.

func (*MockBackupAPI) ListBackupPlansPagesWithContext

func (m *MockBackupAPI) ListBackupPlansPagesWithContext(arg0 context.Context, arg1 *backup.ListBackupPlansInput, arg2 func(*backup.ListBackupPlansOutput, bool) bool, arg3 ...request.Option) error

ListBackupPlansPagesWithContext mocks base method.

func (*MockBackupAPI) ListBackupPlansRequest

ListBackupPlansRequest mocks base method.

func (*MockBackupAPI) ListBackupPlansWithContext

func (m *MockBackupAPI) ListBackupPlansWithContext(arg0 context.Context, arg1 *backup.ListBackupPlansInput, arg2 ...request.Option) (*backup.ListBackupPlansOutput, error)

ListBackupPlansWithContext mocks base method.

func (*MockBackupAPI) ListBackupSelections

ListBackupSelections mocks base method.

func (*MockBackupAPI) ListBackupSelectionsPages

func (m *MockBackupAPI) ListBackupSelectionsPages(arg0 *backup.ListBackupSelectionsInput, arg1 func(*backup.ListBackupSelectionsOutput, bool) bool) error

ListBackupSelectionsPages mocks base method.

func (*MockBackupAPI) ListBackupSelectionsPagesWithContext

func (m *MockBackupAPI) ListBackupSelectionsPagesWithContext(arg0 context.Context, arg1 *backup.ListBackupSelectionsInput, arg2 func(*backup.ListBackupSelectionsOutput, bool) bool, arg3 ...request.Option) error

ListBackupSelectionsPagesWithContext mocks base method.

func (*MockBackupAPI) ListBackupSelectionsRequest

ListBackupSelectionsRequest mocks base method.

func (*MockBackupAPI) ListBackupSelectionsWithContext

func (m *MockBackupAPI) ListBackupSelectionsWithContext(arg0 context.Context, arg1 *backup.ListBackupSelectionsInput, arg2 ...request.Option) (*backup.ListBackupSelectionsOutput, error)

ListBackupSelectionsWithContext mocks base method.

func (*MockBackupAPI) ListBackupVaults

ListBackupVaults mocks base method.

func (*MockBackupAPI) ListBackupVaultsPages

func (m *MockBackupAPI) ListBackupVaultsPages(arg0 *backup.ListBackupVaultsInput, arg1 func(*backup.ListBackupVaultsOutput, bool) bool) error

ListBackupVaultsPages mocks base method.

func (*MockBackupAPI) ListBackupVaultsPagesWithContext

func (m *MockBackupAPI) ListBackupVaultsPagesWithContext(arg0 context.Context, arg1 *backup.ListBackupVaultsInput, arg2 func(*backup.ListBackupVaultsOutput, bool) bool, arg3 ...request.Option) error

ListBackupVaultsPagesWithContext mocks base method.

func (*MockBackupAPI) ListBackupVaultsRequest

ListBackupVaultsRequest mocks base method.

func (*MockBackupAPI) ListBackupVaultsWithContext

func (m *MockBackupAPI) ListBackupVaultsWithContext(arg0 context.Context, arg1 *backup.ListBackupVaultsInput, arg2 ...request.Option) (*backup.ListBackupVaultsOutput, error)

ListBackupVaultsWithContext mocks base method.

func (*MockBackupAPI) ListCopyJobs

ListCopyJobs mocks base method.

func (*MockBackupAPI) ListCopyJobsPages

func (m *MockBackupAPI) ListCopyJobsPages(arg0 *backup.ListCopyJobsInput, arg1 func(*backup.ListCopyJobsOutput, bool) bool) error

ListCopyJobsPages mocks base method.

func (*MockBackupAPI) ListCopyJobsPagesWithContext

func (m *MockBackupAPI) ListCopyJobsPagesWithContext(arg0 context.Context, arg1 *backup.ListCopyJobsInput, arg2 func(*backup.ListCopyJobsOutput, bool) bool, arg3 ...request.Option) error

ListCopyJobsPagesWithContext mocks base method.

func (*MockBackupAPI) ListCopyJobsRequest

func (m *MockBackupAPI) ListCopyJobsRequest(arg0 *backup.ListCopyJobsInput) (*request.Request, *backup.ListCopyJobsOutput)

ListCopyJobsRequest mocks base method.

func (*MockBackupAPI) ListCopyJobsWithContext

func (m *MockBackupAPI) ListCopyJobsWithContext(arg0 context.Context, arg1 *backup.ListCopyJobsInput, arg2 ...request.Option) (*backup.ListCopyJobsOutput, error)

ListCopyJobsWithContext mocks base method.

func (*MockBackupAPI) ListFrameworks added in v1.43.22

ListFrameworks mocks base method.

func (*MockBackupAPI) ListFrameworksPages added in v1.43.22

func (m *MockBackupAPI) ListFrameworksPages(arg0 *backup.ListFrameworksInput, arg1 func(*backup.ListFrameworksOutput, bool) bool) error

ListFrameworksPages mocks base method.

func (*MockBackupAPI) ListFrameworksPagesWithContext added in v1.43.22

func (m *MockBackupAPI) ListFrameworksPagesWithContext(arg0 context.Context, arg1 *backup.ListFrameworksInput, arg2 func(*backup.ListFrameworksOutput, bool) bool, arg3 ...request.Option) error

ListFrameworksPagesWithContext mocks base method.

func (*MockBackupAPI) ListFrameworksRequest added in v1.43.22

func (m *MockBackupAPI) ListFrameworksRequest(arg0 *backup.ListFrameworksInput) (*request.Request, *backup.ListFrameworksOutput)

ListFrameworksRequest mocks base method.

func (*MockBackupAPI) ListFrameworksWithContext added in v1.43.22

func (m *MockBackupAPI) ListFrameworksWithContext(arg0 context.Context, arg1 *backup.ListFrameworksInput, arg2 ...request.Option) (*backup.ListFrameworksOutput, error)

ListFrameworksWithContext mocks base method.

func (*MockBackupAPI) ListProtectedResources

ListProtectedResources mocks base method.

func (*MockBackupAPI) ListProtectedResourcesPages

func (m *MockBackupAPI) ListProtectedResourcesPages(arg0 *backup.ListProtectedResourcesInput, arg1 func(*backup.ListProtectedResourcesOutput, bool) bool) error

ListProtectedResourcesPages mocks base method.

func (*MockBackupAPI) ListProtectedResourcesPagesWithContext

func (m *MockBackupAPI) ListProtectedResourcesPagesWithContext(arg0 context.Context, arg1 *backup.ListProtectedResourcesInput, arg2 func(*backup.ListProtectedResourcesOutput, bool) bool, arg3 ...request.Option) error

ListProtectedResourcesPagesWithContext mocks base method.

func (*MockBackupAPI) ListProtectedResourcesRequest

ListProtectedResourcesRequest mocks base method.

func (*MockBackupAPI) ListProtectedResourcesWithContext

func (m *MockBackupAPI) ListProtectedResourcesWithContext(arg0 context.Context, arg1 *backup.ListProtectedResourcesInput, arg2 ...request.Option) (*backup.ListProtectedResourcesOutput, error)

ListProtectedResourcesWithContext mocks base method.

func (*MockBackupAPI) ListRecoveryPointsByBackupVault

ListRecoveryPointsByBackupVault mocks base method.

func (*MockBackupAPI) ListRecoveryPointsByBackupVaultPages

func (m *MockBackupAPI) ListRecoveryPointsByBackupVaultPages(arg0 *backup.ListRecoveryPointsByBackupVaultInput, arg1 func(*backup.ListRecoveryPointsByBackupVaultOutput, bool) bool) error

ListRecoveryPointsByBackupVaultPages mocks base method.

func (*MockBackupAPI) ListRecoveryPointsByBackupVaultPagesWithContext

func (m *MockBackupAPI) ListRecoveryPointsByBackupVaultPagesWithContext(arg0 context.Context, arg1 *backup.ListRecoveryPointsByBackupVaultInput, arg2 func(*backup.ListRecoveryPointsByBackupVaultOutput, bool) bool, arg3 ...request.Option) error

ListRecoveryPointsByBackupVaultPagesWithContext mocks base method.

func (*MockBackupAPI) ListRecoveryPointsByBackupVaultRequest

ListRecoveryPointsByBackupVaultRequest mocks base method.

func (*MockBackupAPI) ListRecoveryPointsByBackupVaultWithContext

func (m *MockBackupAPI) ListRecoveryPointsByBackupVaultWithContext(arg0 context.Context, arg1 *backup.ListRecoveryPointsByBackupVaultInput, arg2 ...request.Option) (*backup.ListRecoveryPointsByBackupVaultOutput, error)

ListRecoveryPointsByBackupVaultWithContext mocks base method.

func (*MockBackupAPI) ListRecoveryPointsByResource

ListRecoveryPointsByResource mocks base method.

func (*MockBackupAPI) ListRecoveryPointsByResourcePages

func (m *MockBackupAPI) ListRecoveryPointsByResourcePages(arg0 *backup.ListRecoveryPointsByResourceInput, arg1 func(*backup.ListRecoveryPointsByResourceOutput, bool) bool) error

ListRecoveryPointsByResourcePages mocks base method.

func (*MockBackupAPI) ListRecoveryPointsByResourcePagesWithContext

func (m *MockBackupAPI) ListRecoveryPointsByResourcePagesWithContext(arg0 context.Context, arg1 *backup.ListRecoveryPointsByResourceInput, arg2 func(*backup.ListRecoveryPointsByResourceOutput, bool) bool, arg3 ...request.Option) error

ListRecoveryPointsByResourcePagesWithContext mocks base method.

func (*MockBackupAPI) ListRecoveryPointsByResourceRequest

ListRecoveryPointsByResourceRequest mocks base method.

func (*MockBackupAPI) ListRecoveryPointsByResourceWithContext

func (m *MockBackupAPI) ListRecoveryPointsByResourceWithContext(arg0 context.Context, arg1 *backup.ListRecoveryPointsByResourceInput, arg2 ...request.Option) (*backup.ListRecoveryPointsByResourceOutput, error)

ListRecoveryPointsByResourceWithContext mocks base method.

func (*MockBackupAPI) ListReportJobs added in v1.43.22

ListReportJobs mocks base method.

func (*MockBackupAPI) ListReportJobsPages added in v1.43.22

func (m *MockBackupAPI) ListReportJobsPages(arg0 *backup.ListReportJobsInput, arg1 func(*backup.ListReportJobsOutput, bool) bool) error

ListReportJobsPages mocks base method.

func (*MockBackupAPI) ListReportJobsPagesWithContext added in v1.43.22

func (m *MockBackupAPI) ListReportJobsPagesWithContext(arg0 context.Context, arg1 *backup.ListReportJobsInput, arg2 func(*backup.ListReportJobsOutput, bool) bool, arg3 ...request.Option) error

ListReportJobsPagesWithContext mocks base method.

func (*MockBackupAPI) ListReportJobsRequest added in v1.43.22

func (m *MockBackupAPI) ListReportJobsRequest(arg0 *backup.ListReportJobsInput) (*request.Request, *backup.ListReportJobsOutput)

ListReportJobsRequest mocks base method.

func (*MockBackupAPI) ListReportJobsWithContext added in v1.43.22

func (m *MockBackupAPI) ListReportJobsWithContext(arg0 context.Context, arg1 *backup.ListReportJobsInput, arg2 ...request.Option) (*backup.ListReportJobsOutput, error)

ListReportJobsWithContext mocks base method.

func (*MockBackupAPI) ListReportPlans added in v1.43.22

ListReportPlans mocks base method.

func (*MockBackupAPI) ListReportPlansPages added in v1.43.22

func (m *MockBackupAPI) ListReportPlansPages(arg0 *backup.ListReportPlansInput, arg1 func(*backup.ListReportPlansOutput, bool) bool) error

ListReportPlansPages mocks base method.

func (*MockBackupAPI) ListReportPlansPagesWithContext added in v1.43.22

func (m *MockBackupAPI) ListReportPlansPagesWithContext(arg0 context.Context, arg1 *backup.ListReportPlansInput, arg2 func(*backup.ListReportPlansOutput, bool) bool, arg3 ...request.Option) error

ListReportPlansPagesWithContext mocks base method.

func (*MockBackupAPI) ListReportPlansRequest added in v1.43.22

ListReportPlansRequest mocks base method.

func (*MockBackupAPI) ListReportPlansWithContext added in v1.43.22

func (m *MockBackupAPI) ListReportPlansWithContext(arg0 context.Context, arg1 *backup.ListReportPlansInput, arg2 ...request.Option) (*backup.ListReportPlansOutput, error)

ListReportPlansWithContext mocks base method.

func (*MockBackupAPI) ListRestoreJobs

ListRestoreJobs mocks base method.

func (*MockBackupAPI) ListRestoreJobsPages

func (m *MockBackupAPI) ListRestoreJobsPages(arg0 *backup.ListRestoreJobsInput, arg1 func(*backup.ListRestoreJobsOutput, bool) bool) error

ListRestoreJobsPages mocks base method.

func (*MockBackupAPI) ListRestoreJobsPagesWithContext

func (m *MockBackupAPI) ListRestoreJobsPagesWithContext(arg0 context.Context, arg1 *backup.ListRestoreJobsInput, arg2 func(*backup.ListRestoreJobsOutput, bool) bool, arg3 ...request.Option) error

ListRestoreJobsPagesWithContext mocks base method.

func (*MockBackupAPI) ListRestoreJobsRequest

ListRestoreJobsRequest mocks base method.

func (*MockBackupAPI) ListRestoreJobsWithContext

func (m *MockBackupAPI) ListRestoreJobsWithContext(arg0 context.Context, arg1 *backup.ListRestoreJobsInput, arg2 ...request.Option) (*backup.ListRestoreJobsOutput, error)

ListRestoreJobsWithContext mocks base method.

func (*MockBackupAPI) ListTags

ListTags mocks base method.

func (*MockBackupAPI) ListTagsPages

func (m *MockBackupAPI) ListTagsPages(arg0 *backup.ListTagsInput, arg1 func(*backup.ListTagsOutput, bool) bool) error

ListTagsPages mocks base method.

func (*MockBackupAPI) ListTagsPagesWithContext

func (m *MockBackupAPI) ListTagsPagesWithContext(arg0 context.Context, arg1 *backup.ListTagsInput, arg2 func(*backup.ListTagsOutput, bool) bool, arg3 ...request.Option) error

ListTagsPagesWithContext mocks base method.

func (*MockBackupAPI) ListTagsRequest

func (m *MockBackupAPI) ListTagsRequest(arg0 *backup.ListTagsInput) (*request.Request, *backup.ListTagsOutput)

ListTagsRequest mocks base method.

func (*MockBackupAPI) ListTagsWithContext

func (m *MockBackupAPI) ListTagsWithContext(arg0 context.Context, arg1 *backup.ListTagsInput, arg2 ...request.Option) (*backup.ListTagsOutput, error)

ListTagsWithContext mocks base method.

func (*MockBackupAPI) PutBackupVaultAccessPolicy

PutBackupVaultAccessPolicy mocks base method.

func (*MockBackupAPI) PutBackupVaultAccessPolicyRequest

PutBackupVaultAccessPolicyRequest mocks base method.

func (*MockBackupAPI) PutBackupVaultAccessPolicyWithContext

func (m *MockBackupAPI) PutBackupVaultAccessPolicyWithContext(arg0 context.Context, arg1 *backup.PutBackupVaultAccessPolicyInput, arg2 ...request.Option) (*backup.PutBackupVaultAccessPolicyOutput, error)

PutBackupVaultAccessPolicyWithContext mocks base method.

func (*MockBackupAPI) PutBackupVaultLockConfiguration added in v1.43.22

PutBackupVaultLockConfiguration mocks base method.

func (*MockBackupAPI) PutBackupVaultLockConfigurationRequest added in v1.43.22

PutBackupVaultLockConfigurationRequest mocks base method.

func (*MockBackupAPI) PutBackupVaultLockConfigurationWithContext added in v1.43.22

func (m *MockBackupAPI) PutBackupVaultLockConfigurationWithContext(arg0 context.Context, arg1 *backup.PutBackupVaultLockConfigurationInput, arg2 ...request.Option) (*backup.PutBackupVaultLockConfigurationOutput, error)

PutBackupVaultLockConfigurationWithContext mocks base method.

func (*MockBackupAPI) PutBackupVaultNotifications

PutBackupVaultNotifications mocks base method.

func (*MockBackupAPI) PutBackupVaultNotificationsRequest

PutBackupVaultNotificationsRequest mocks base method.

func (*MockBackupAPI) PutBackupVaultNotificationsWithContext

func (m *MockBackupAPI) PutBackupVaultNotificationsWithContext(arg0 context.Context, arg1 *backup.PutBackupVaultNotificationsInput, arg2 ...request.Option) (*backup.PutBackupVaultNotificationsOutput, error)

PutBackupVaultNotificationsWithContext mocks base method.

func (*MockBackupAPI) StartBackupJob

StartBackupJob mocks base method.

func (*MockBackupAPI) StartBackupJobRequest

func (m *MockBackupAPI) StartBackupJobRequest(arg0 *backup.StartBackupJobInput) (*request.Request, *backup.StartBackupJobOutput)

StartBackupJobRequest mocks base method.

func (*MockBackupAPI) StartBackupJobWithContext

func (m *MockBackupAPI) StartBackupJobWithContext(arg0 context.Context, arg1 *backup.StartBackupJobInput, arg2 ...request.Option) (*backup.StartBackupJobOutput, error)

StartBackupJobWithContext mocks base method.

func (*MockBackupAPI) StartCopyJob

StartCopyJob mocks base method.

func (*MockBackupAPI) StartCopyJobRequest

func (m *MockBackupAPI) StartCopyJobRequest(arg0 *backup.StartCopyJobInput) (*request.Request, *backup.StartCopyJobOutput)

StartCopyJobRequest mocks base method.

func (*MockBackupAPI) StartCopyJobWithContext

func (m *MockBackupAPI) StartCopyJobWithContext(arg0 context.Context, arg1 *backup.StartCopyJobInput, arg2 ...request.Option) (*backup.StartCopyJobOutput, error)

StartCopyJobWithContext mocks base method.

func (*MockBackupAPI) StartReportJob added in v1.43.22

StartReportJob mocks base method.

func (*MockBackupAPI) StartReportJobRequest added in v1.43.22

func (m *MockBackupAPI) StartReportJobRequest(arg0 *backup.StartReportJobInput) (*request.Request, *backup.StartReportJobOutput)

StartReportJobRequest mocks base method.

func (*MockBackupAPI) StartReportJobWithContext added in v1.43.22

func (m *MockBackupAPI) StartReportJobWithContext(arg0 context.Context, arg1 *backup.StartReportJobInput, arg2 ...request.Option) (*backup.StartReportJobOutput, error)

StartReportJobWithContext mocks base method.

func (*MockBackupAPI) StartRestoreJob

StartRestoreJob mocks base method.

func (*MockBackupAPI) StartRestoreJobRequest

StartRestoreJobRequest mocks base method.

func (*MockBackupAPI) StartRestoreJobWithContext

func (m *MockBackupAPI) StartRestoreJobWithContext(arg0 context.Context, arg1 *backup.StartRestoreJobInput, arg2 ...request.Option) (*backup.StartRestoreJobOutput, error)

StartRestoreJobWithContext mocks base method.

func (*MockBackupAPI) StopBackupJob

StopBackupJob mocks base method.

func (*MockBackupAPI) StopBackupJobRequest

func (m *MockBackupAPI) StopBackupJobRequest(arg0 *backup.StopBackupJobInput) (*request.Request, *backup.StopBackupJobOutput)

StopBackupJobRequest mocks base method.

func (*MockBackupAPI) StopBackupJobWithContext

func (m *MockBackupAPI) StopBackupJobWithContext(arg0 context.Context, arg1 *backup.StopBackupJobInput, arg2 ...request.Option) (*backup.StopBackupJobOutput, error)

StopBackupJobWithContext mocks base method.

func (*MockBackupAPI) TagResource

TagResource mocks base method.

func (*MockBackupAPI) TagResourceRequest

func (m *MockBackupAPI) TagResourceRequest(arg0 *backup.TagResourceInput) (*request.Request, *backup.TagResourceOutput)

TagResourceRequest mocks base method.

func (*MockBackupAPI) TagResourceWithContext

func (m *MockBackupAPI) TagResourceWithContext(arg0 context.Context, arg1 *backup.TagResourceInput, arg2 ...request.Option) (*backup.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockBackupAPI) UntagResource

UntagResource mocks base method.

func (*MockBackupAPI) UntagResourceRequest

func (m *MockBackupAPI) UntagResourceRequest(arg0 *backup.UntagResourceInput) (*request.Request, *backup.UntagResourceOutput)

UntagResourceRequest mocks base method.

func (*MockBackupAPI) UntagResourceWithContext

func (m *MockBackupAPI) UntagResourceWithContext(arg0 context.Context, arg1 *backup.UntagResourceInput, arg2 ...request.Option) (*backup.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

func (*MockBackupAPI) UpdateBackupPlan

UpdateBackupPlan mocks base method.

func (*MockBackupAPI) UpdateBackupPlanRequest

UpdateBackupPlanRequest mocks base method.

func (*MockBackupAPI) UpdateBackupPlanWithContext

func (m *MockBackupAPI) UpdateBackupPlanWithContext(arg0 context.Context, arg1 *backup.UpdateBackupPlanInput, arg2 ...request.Option) (*backup.UpdateBackupPlanOutput, error)

UpdateBackupPlanWithContext mocks base method.

func (*MockBackupAPI) UpdateFramework added in v1.43.22

UpdateFramework mocks base method.

func (*MockBackupAPI) UpdateFrameworkRequest added in v1.43.22

UpdateFrameworkRequest mocks base method.

func (*MockBackupAPI) UpdateFrameworkWithContext added in v1.43.22

func (m *MockBackupAPI) UpdateFrameworkWithContext(arg0 context.Context, arg1 *backup.UpdateFrameworkInput, arg2 ...request.Option) (*backup.UpdateFrameworkOutput, error)

UpdateFrameworkWithContext mocks base method.

func (*MockBackupAPI) UpdateGlobalSettings

UpdateGlobalSettings mocks base method.

func (*MockBackupAPI) UpdateGlobalSettingsRequest

UpdateGlobalSettingsRequest mocks base method.

func (*MockBackupAPI) UpdateGlobalSettingsWithContext

func (m *MockBackupAPI) UpdateGlobalSettingsWithContext(arg0 context.Context, arg1 *backup.UpdateGlobalSettingsInput, arg2 ...request.Option) (*backup.UpdateGlobalSettingsOutput, error)

UpdateGlobalSettingsWithContext mocks base method.

func (*MockBackupAPI) UpdateRecoveryPointLifecycle

UpdateRecoveryPointLifecycle mocks base method.

func (*MockBackupAPI) UpdateRecoveryPointLifecycleRequest

UpdateRecoveryPointLifecycleRequest mocks base method.

func (*MockBackupAPI) UpdateRecoveryPointLifecycleWithContext

func (m *MockBackupAPI) UpdateRecoveryPointLifecycleWithContext(arg0 context.Context, arg1 *backup.UpdateRecoveryPointLifecycleInput, arg2 ...request.Option) (*backup.UpdateRecoveryPointLifecycleOutput, error)

UpdateRecoveryPointLifecycleWithContext mocks base method.

func (*MockBackupAPI) UpdateRegionSettings

UpdateRegionSettings mocks base method.

func (*MockBackupAPI) UpdateRegionSettingsRequest

UpdateRegionSettingsRequest mocks base method.

func (*MockBackupAPI) UpdateRegionSettingsWithContext

func (m *MockBackupAPI) UpdateRegionSettingsWithContext(arg0 context.Context, arg1 *backup.UpdateRegionSettingsInput, arg2 ...request.Option) (*backup.UpdateRegionSettingsOutput, error)

UpdateRegionSettingsWithContext mocks base method.

func (*MockBackupAPI) UpdateReportPlan added in v1.43.22

UpdateReportPlan mocks base method.

func (*MockBackupAPI) UpdateReportPlanRequest added in v1.43.22

UpdateReportPlanRequest mocks base method.

func (*MockBackupAPI) UpdateReportPlanWithContext added in v1.43.22

func (m *MockBackupAPI) UpdateReportPlanWithContext(arg0 context.Context, arg1 *backup.UpdateReportPlanInput, arg2 ...request.Option) (*backup.UpdateReportPlanOutput, error)

UpdateReportPlanWithContext mocks base method.

type MockBackupAPIMockRecorder

type MockBackupAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockBackupAPIMockRecorder is the mock recorder for MockBackupAPI.

func (*MockBackupAPIMockRecorder) CreateBackupPlan

func (mr *MockBackupAPIMockRecorder) CreateBackupPlan(arg0 interface{}) *gomock.Call

CreateBackupPlan indicates an expected call of CreateBackupPlan.

func (*MockBackupAPIMockRecorder) CreateBackupPlanRequest

func (mr *MockBackupAPIMockRecorder) CreateBackupPlanRequest(arg0 interface{}) *gomock.Call

CreateBackupPlanRequest indicates an expected call of CreateBackupPlanRequest.

func (*MockBackupAPIMockRecorder) CreateBackupPlanWithContext

func (mr *MockBackupAPIMockRecorder) CreateBackupPlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateBackupPlanWithContext indicates an expected call of CreateBackupPlanWithContext.

func (*MockBackupAPIMockRecorder) CreateBackupSelection

func (mr *MockBackupAPIMockRecorder) CreateBackupSelection(arg0 interface{}) *gomock.Call

CreateBackupSelection indicates an expected call of CreateBackupSelection.

func (*MockBackupAPIMockRecorder) CreateBackupSelectionRequest

func (mr *MockBackupAPIMockRecorder) CreateBackupSelectionRequest(arg0 interface{}) *gomock.Call

CreateBackupSelectionRequest indicates an expected call of CreateBackupSelectionRequest.

func (*MockBackupAPIMockRecorder) CreateBackupSelectionWithContext

func (mr *MockBackupAPIMockRecorder) CreateBackupSelectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateBackupSelectionWithContext indicates an expected call of CreateBackupSelectionWithContext.

func (*MockBackupAPIMockRecorder) CreateBackupVault

func (mr *MockBackupAPIMockRecorder) CreateBackupVault(arg0 interface{}) *gomock.Call

CreateBackupVault indicates an expected call of CreateBackupVault.

func (*MockBackupAPIMockRecorder) CreateBackupVaultRequest

func (mr *MockBackupAPIMockRecorder) CreateBackupVaultRequest(arg0 interface{}) *gomock.Call

CreateBackupVaultRequest indicates an expected call of CreateBackupVaultRequest.

func (*MockBackupAPIMockRecorder) CreateBackupVaultWithContext

func (mr *MockBackupAPIMockRecorder) CreateBackupVaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateBackupVaultWithContext indicates an expected call of CreateBackupVaultWithContext.

func (*MockBackupAPIMockRecorder) CreateFramework added in v1.43.22

func (mr *MockBackupAPIMockRecorder) CreateFramework(arg0 interface{}) *gomock.Call

CreateFramework indicates an expected call of CreateFramework.

func (*MockBackupAPIMockRecorder) CreateFrameworkRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) CreateFrameworkRequest(arg0 interface{}) *gomock.Call

CreateFrameworkRequest indicates an expected call of CreateFrameworkRequest.

func (*MockBackupAPIMockRecorder) CreateFrameworkWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) CreateFrameworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFrameworkWithContext indicates an expected call of CreateFrameworkWithContext.

func (*MockBackupAPIMockRecorder) CreateReportPlan added in v1.43.22

func (mr *MockBackupAPIMockRecorder) CreateReportPlan(arg0 interface{}) *gomock.Call

CreateReportPlan indicates an expected call of CreateReportPlan.

func (*MockBackupAPIMockRecorder) CreateReportPlanRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) CreateReportPlanRequest(arg0 interface{}) *gomock.Call

CreateReportPlanRequest indicates an expected call of CreateReportPlanRequest.

func (*MockBackupAPIMockRecorder) CreateReportPlanWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) CreateReportPlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReportPlanWithContext indicates an expected call of CreateReportPlanWithContext.

func (*MockBackupAPIMockRecorder) DeleteBackupPlan

func (mr *MockBackupAPIMockRecorder) DeleteBackupPlan(arg0 interface{}) *gomock.Call

DeleteBackupPlan indicates an expected call of DeleteBackupPlan.

func (*MockBackupAPIMockRecorder) DeleteBackupPlanRequest

func (mr *MockBackupAPIMockRecorder) DeleteBackupPlanRequest(arg0 interface{}) *gomock.Call

DeleteBackupPlanRequest indicates an expected call of DeleteBackupPlanRequest.

func (*MockBackupAPIMockRecorder) DeleteBackupPlanWithContext

func (mr *MockBackupAPIMockRecorder) DeleteBackupPlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBackupPlanWithContext indicates an expected call of DeleteBackupPlanWithContext.

func (*MockBackupAPIMockRecorder) DeleteBackupSelection

func (mr *MockBackupAPIMockRecorder) DeleteBackupSelection(arg0 interface{}) *gomock.Call

DeleteBackupSelection indicates an expected call of DeleteBackupSelection.

func (*MockBackupAPIMockRecorder) DeleteBackupSelectionRequest

func (mr *MockBackupAPIMockRecorder) DeleteBackupSelectionRequest(arg0 interface{}) *gomock.Call

DeleteBackupSelectionRequest indicates an expected call of DeleteBackupSelectionRequest.

func (*MockBackupAPIMockRecorder) DeleteBackupSelectionWithContext

func (mr *MockBackupAPIMockRecorder) DeleteBackupSelectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBackupSelectionWithContext indicates an expected call of DeleteBackupSelectionWithContext.

func (*MockBackupAPIMockRecorder) DeleteBackupVault

func (mr *MockBackupAPIMockRecorder) DeleteBackupVault(arg0 interface{}) *gomock.Call

DeleteBackupVault indicates an expected call of DeleteBackupVault.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultAccessPolicy

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultAccessPolicy(arg0 interface{}) *gomock.Call

DeleteBackupVaultAccessPolicy indicates an expected call of DeleteBackupVaultAccessPolicy.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultAccessPolicyRequest

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultAccessPolicyRequest(arg0 interface{}) *gomock.Call

DeleteBackupVaultAccessPolicyRequest indicates an expected call of DeleteBackupVaultAccessPolicyRequest.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultAccessPolicyWithContext

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultAccessPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBackupVaultAccessPolicyWithContext indicates an expected call of DeleteBackupVaultAccessPolicyWithContext.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultLockConfiguration added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultLockConfiguration(arg0 interface{}) *gomock.Call

DeleteBackupVaultLockConfiguration indicates an expected call of DeleteBackupVaultLockConfiguration.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultLockConfigurationRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultLockConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteBackupVaultLockConfigurationRequest indicates an expected call of DeleteBackupVaultLockConfigurationRequest.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultLockConfigurationWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultLockConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBackupVaultLockConfigurationWithContext indicates an expected call of DeleteBackupVaultLockConfigurationWithContext.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultNotifications

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultNotifications(arg0 interface{}) *gomock.Call

DeleteBackupVaultNotifications indicates an expected call of DeleteBackupVaultNotifications.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultNotificationsRequest

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultNotificationsRequest(arg0 interface{}) *gomock.Call

DeleteBackupVaultNotificationsRequest indicates an expected call of DeleteBackupVaultNotificationsRequest.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultNotificationsWithContext

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBackupVaultNotificationsWithContext indicates an expected call of DeleteBackupVaultNotificationsWithContext.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultRequest

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultRequest(arg0 interface{}) *gomock.Call

DeleteBackupVaultRequest indicates an expected call of DeleteBackupVaultRequest.

func (*MockBackupAPIMockRecorder) DeleteBackupVaultWithContext

func (mr *MockBackupAPIMockRecorder) DeleteBackupVaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBackupVaultWithContext indicates an expected call of DeleteBackupVaultWithContext.

func (*MockBackupAPIMockRecorder) DeleteFramework added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DeleteFramework(arg0 interface{}) *gomock.Call

DeleteFramework indicates an expected call of DeleteFramework.

func (*MockBackupAPIMockRecorder) DeleteFrameworkRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DeleteFrameworkRequest(arg0 interface{}) *gomock.Call

DeleteFrameworkRequest indicates an expected call of DeleteFrameworkRequest.

func (*MockBackupAPIMockRecorder) DeleteFrameworkWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DeleteFrameworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFrameworkWithContext indicates an expected call of DeleteFrameworkWithContext.

func (*MockBackupAPIMockRecorder) DeleteRecoveryPoint

func (mr *MockBackupAPIMockRecorder) DeleteRecoveryPoint(arg0 interface{}) *gomock.Call

DeleteRecoveryPoint indicates an expected call of DeleteRecoveryPoint.

func (*MockBackupAPIMockRecorder) DeleteRecoveryPointRequest

func (mr *MockBackupAPIMockRecorder) DeleteRecoveryPointRequest(arg0 interface{}) *gomock.Call

DeleteRecoveryPointRequest indicates an expected call of DeleteRecoveryPointRequest.

func (*MockBackupAPIMockRecorder) DeleteRecoveryPointWithContext

func (mr *MockBackupAPIMockRecorder) DeleteRecoveryPointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRecoveryPointWithContext indicates an expected call of DeleteRecoveryPointWithContext.

func (*MockBackupAPIMockRecorder) DeleteReportPlan added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DeleteReportPlan(arg0 interface{}) *gomock.Call

DeleteReportPlan indicates an expected call of DeleteReportPlan.

func (*MockBackupAPIMockRecorder) DeleteReportPlanRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DeleteReportPlanRequest(arg0 interface{}) *gomock.Call

DeleteReportPlanRequest indicates an expected call of DeleteReportPlanRequest.

func (*MockBackupAPIMockRecorder) DeleteReportPlanWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DeleteReportPlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteReportPlanWithContext indicates an expected call of DeleteReportPlanWithContext.

func (*MockBackupAPIMockRecorder) DescribeBackupJob

func (mr *MockBackupAPIMockRecorder) DescribeBackupJob(arg0 interface{}) *gomock.Call

DescribeBackupJob indicates an expected call of DescribeBackupJob.

func (*MockBackupAPIMockRecorder) DescribeBackupJobRequest

func (mr *MockBackupAPIMockRecorder) DescribeBackupJobRequest(arg0 interface{}) *gomock.Call

DescribeBackupJobRequest indicates an expected call of DescribeBackupJobRequest.

func (*MockBackupAPIMockRecorder) DescribeBackupJobWithContext

func (mr *MockBackupAPIMockRecorder) DescribeBackupJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBackupJobWithContext indicates an expected call of DescribeBackupJobWithContext.

func (*MockBackupAPIMockRecorder) DescribeBackupVault

func (mr *MockBackupAPIMockRecorder) DescribeBackupVault(arg0 interface{}) *gomock.Call

DescribeBackupVault indicates an expected call of DescribeBackupVault.

func (*MockBackupAPIMockRecorder) DescribeBackupVaultRequest

func (mr *MockBackupAPIMockRecorder) DescribeBackupVaultRequest(arg0 interface{}) *gomock.Call

DescribeBackupVaultRequest indicates an expected call of DescribeBackupVaultRequest.

func (*MockBackupAPIMockRecorder) DescribeBackupVaultWithContext

func (mr *MockBackupAPIMockRecorder) DescribeBackupVaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBackupVaultWithContext indicates an expected call of DescribeBackupVaultWithContext.

func (*MockBackupAPIMockRecorder) DescribeCopyJob

func (mr *MockBackupAPIMockRecorder) DescribeCopyJob(arg0 interface{}) *gomock.Call

DescribeCopyJob indicates an expected call of DescribeCopyJob.

func (*MockBackupAPIMockRecorder) DescribeCopyJobRequest

func (mr *MockBackupAPIMockRecorder) DescribeCopyJobRequest(arg0 interface{}) *gomock.Call

DescribeCopyJobRequest indicates an expected call of DescribeCopyJobRequest.

func (*MockBackupAPIMockRecorder) DescribeCopyJobWithContext

func (mr *MockBackupAPIMockRecorder) DescribeCopyJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCopyJobWithContext indicates an expected call of DescribeCopyJobWithContext.

func (*MockBackupAPIMockRecorder) DescribeFramework added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DescribeFramework(arg0 interface{}) *gomock.Call

DescribeFramework indicates an expected call of DescribeFramework.

func (*MockBackupAPIMockRecorder) DescribeFrameworkRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DescribeFrameworkRequest(arg0 interface{}) *gomock.Call

DescribeFrameworkRequest indicates an expected call of DescribeFrameworkRequest.

func (*MockBackupAPIMockRecorder) DescribeFrameworkWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DescribeFrameworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFrameworkWithContext indicates an expected call of DescribeFrameworkWithContext.

func (*MockBackupAPIMockRecorder) DescribeGlobalSettings

func (mr *MockBackupAPIMockRecorder) DescribeGlobalSettings(arg0 interface{}) *gomock.Call

DescribeGlobalSettings indicates an expected call of DescribeGlobalSettings.

func (*MockBackupAPIMockRecorder) DescribeGlobalSettingsRequest

func (mr *MockBackupAPIMockRecorder) DescribeGlobalSettingsRequest(arg0 interface{}) *gomock.Call

DescribeGlobalSettingsRequest indicates an expected call of DescribeGlobalSettingsRequest.

func (*MockBackupAPIMockRecorder) DescribeGlobalSettingsWithContext

func (mr *MockBackupAPIMockRecorder) DescribeGlobalSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeGlobalSettingsWithContext indicates an expected call of DescribeGlobalSettingsWithContext.

func (*MockBackupAPIMockRecorder) DescribeProtectedResource

func (mr *MockBackupAPIMockRecorder) DescribeProtectedResource(arg0 interface{}) *gomock.Call

DescribeProtectedResource indicates an expected call of DescribeProtectedResource.

func (*MockBackupAPIMockRecorder) DescribeProtectedResourceRequest

func (mr *MockBackupAPIMockRecorder) DescribeProtectedResourceRequest(arg0 interface{}) *gomock.Call

DescribeProtectedResourceRequest indicates an expected call of DescribeProtectedResourceRequest.

func (*MockBackupAPIMockRecorder) DescribeProtectedResourceWithContext

func (mr *MockBackupAPIMockRecorder) DescribeProtectedResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeProtectedResourceWithContext indicates an expected call of DescribeProtectedResourceWithContext.

func (*MockBackupAPIMockRecorder) DescribeRecoveryPoint

func (mr *MockBackupAPIMockRecorder) DescribeRecoveryPoint(arg0 interface{}) *gomock.Call

DescribeRecoveryPoint indicates an expected call of DescribeRecoveryPoint.

func (*MockBackupAPIMockRecorder) DescribeRecoveryPointRequest

func (mr *MockBackupAPIMockRecorder) DescribeRecoveryPointRequest(arg0 interface{}) *gomock.Call

DescribeRecoveryPointRequest indicates an expected call of DescribeRecoveryPointRequest.

func (*MockBackupAPIMockRecorder) DescribeRecoveryPointWithContext

func (mr *MockBackupAPIMockRecorder) DescribeRecoveryPointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRecoveryPointWithContext indicates an expected call of DescribeRecoveryPointWithContext.

func (*MockBackupAPIMockRecorder) DescribeRegionSettings

func (mr *MockBackupAPIMockRecorder) DescribeRegionSettings(arg0 interface{}) *gomock.Call

DescribeRegionSettings indicates an expected call of DescribeRegionSettings.

func (*MockBackupAPIMockRecorder) DescribeRegionSettingsRequest

func (mr *MockBackupAPIMockRecorder) DescribeRegionSettingsRequest(arg0 interface{}) *gomock.Call

DescribeRegionSettingsRequest indicates an expected call of DescribeRegionSettingsRequest.

func (*MockBackupAPIMockRecorder) DescribeRegionSettingsWithContext

func (mr *MockBackupAPIMockRecorder) DescribeRegionSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRegionSettingsWithContext indicates an expected call of DescribeRegionSettingsWithContext.

func (*MockBackupAPIMockRecorder) DescribeReportJob added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DescribeReportJob(arg0 interface{}) *gomock.Call

DescribeReportJob indicates an expected call of DescribeReportJob.

func (*MockBackupAPIMockRecorder) DescribeReportJobRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DescribeReportJobRequest(arg0 interface{}) *gomock.Call

DescribeReportJobRequest indicates an expected call of DescribeReportJobRequest.

func (*MockBackupAPIMockRecorder) DescribeReportJobWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DescribeReportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReportJobWithContext indicates an expected call of DescribeReportJobWithContext.

func (*MockBackupAPIMockRecorder) DescribeReportPlan added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DescribeReportPlan(arg0 interface{}) *gomock.Call

DescribeReportPlan indicates an expected call of DescribeReportPlan.

func (*MockBackupAPIMockRecorder) DescribeReportPlanRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DescribeReportPlanRequest(arg0 interface{}) *gomock.Call

DescribeReportPlanRequest indicates an expected call of DescribeReportPlanRequest.

func (*MockBackupAPIMockRecorder) DescribeReportPlanWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) DescribeReportPlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReportPlanWithContext indicates an expected call of DescribeReportPlanWithContext.

func (*MockBackupAPIMockRecorder) DescribeRestoreJob

func (mr *MockBackupAPIMockRecorder) DescribeRestoreJob(arg0 interface{}) *gomock.Call

DescribeRestoreJob indicates an expected call of DescribeRestoreJob.

func (*MockBackupAPIMockRecorder) DescribeRestoreJobRequest

func (mr *MockBackupAPIMockRecorder) DescribeRestoreJobRequest(arg0 interface{}) *gomock.Call

DescribeRestoreJobRequest indicates an expected call of DescribeRestoreJobRequest.

func (*MockBackupAPIMockRecorder) DescribeRestoreJobWithContext

func (mr *MockBackupAPIMockRecorder) DescribeRestoreJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRestoreJobWithContext indicates an expected call of DescribeRestoreJobWithContext.

func (*MockBackupAPIMockRecorder) DisassociateRecoveryPoint added in v1.38.35

func (mr *MockBackupAPIMockRecorder) DisassociateRecoveryPoint(arg0 interface{}) *gomock.Call

DisassociateRecoveryPoint indicates an expected call of DisassociateRecoveryPoint.

func (*MockBackupAPIMockRecorder) DisassociateRecoveryPointRequest added in v1.38.35

func (mr *MockBackupAPIMockRecorder) DisassociateRecoveryPointRequest(arg0 interface{}) *gomock.Call

DisassociateRecoveryPointRequest indicates an expected call of DisassociateRecoveryPointRequest.

func (*MockBackupAPIMockRecorder) DisassociateRecoveryPointWithContext added in v1.38.35

func (mr *MockBackupAPIMockRecorder) DisassociateRecoveryPointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateRecoveryPointWithContext indicates an expected call of DisassociateRecoveryPointWithContext.

func (*MockBackupAPIMockRecorder) ExportBackupPlanTemplate

func (mr *MockBackupAPIMockRecorder) ExportBackupPlanTemplate(arg0 interface{}) *gomock.Call

ExportBackupPlanTemplate indicates an expected call of ExportBackupPlanTemplate.

func (*MockBackupAPIMockRecorder) ExportBackupPlanTemplateRequest

func (mr *MockBackupAPIMockRecorder) ExportBackupPlanTemplateRequest(arg0 interface{}) *gomock.Call

ExportBackupPlanTemplateRequest indicates an expected call of ExportBackupPlanTemplateRequest.

func (*MockBackupAPIMockRecorder) ExportBackupPlanTemplateWithContext

func (mr *MockBackupAPIMockRecorder) ExportBackupPlanTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportBackupPlanTemplateWithContext indicates an expected call of ExportBackupPlanTemplateWithContext.

func (*MockBackupAPIMockRecorder) GetBackupPlan

func (mr *MockBackupAPIMockRecorder) GetBackupPlan(arg0 interface{}) *gomock.Call

GetBackupPlan indicates an expected call of GetBackupPlan.

func (*MockBackupAPIMockRecorder) GetBackupPlanFromJSON

func (mr *MockBackupAPIMockRecorder) GetBackupPlanFromJSON(arg0 interface{}) *gomock.Call

GetBackupPlanFromJSON indicates an expected call of GetBackupPlanFromJSON.

func (*MockBackupAPIMockRecorder) GetBackupPlanFromJSONRequest

func (mr *MockBackupAPIMockRecorder) GetBackupPlanFromJSONRequest(arg0 interface{}) *gomock.Call

GetBackupPlanFromJSONRequest indicates an expected call of GetBackupPlanFromJSONRequest.

func (*MockBackupAPIMockRecorder) GetBackupPlanFromJSONWithContext

func (mr *MockBackupAPIMockRecorder) GetBackupPlanFromJSONWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBackupPlanFromJSONWithContext indicates an expected call of GetBackupPlanFromJSONWithContext.

func (*MockBackupAPIMockRecorder) GetBackupPlanFromTemplate

func (mr *MockBackupAPIMockRecorder) GetBackupPlanFromTemplate(arg0 interface{}) *gomock.Call

GetBackupPlanFromTemplate indicates an expected call of GetBackupPlanFromTemplate.

func (*MockBackupAPIMockRecorder) GetBackupPlanFromTemplateRequest

func (mr *MockBackupAPIMockRecorder) GetBackupPlanFromTemplateRequest(arg0 interface{}) *gomock.Call

GetBackupPlanFromTemplateRequest indicates an expected call of GetBackupPlanFromTemplateRequest.

func (*MockBackupAPIMockRecorder) GetBackupPlanFromTemplateWithContext

func (mr *MockBackupAPIMockRecorder) GetBackupPlanFromTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBackupPlanFromTemplateWithContext indicates an expected call of GetBackupPlanFromTemplateWithContext.

func (*MockBackupAPIMockRecorder) GetBackupPlanRequest

func (mr *MockBackupAPIMockRecorder) GetBackupPlanRequest(arg0 interface{}) *gomock.Call

GetBackupPlanRequest indicates an expected call of GetBackupPlanRequest.

func (*MockBackupAPIMockRecorder) GetBackupPlanWithContext

func (mr *MockBackupAPIMockRecorder) GetBackupPlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBackupPlanWithContext indicates an expected call of GetBackupPlanWithContext.

func (*MockBackupAPIMockRecorder) GetBackupSelection

func (mr *MockBackupAPIMockRecorder) GetBackupSelection(arg0 interface{}) *gomock.Call

GetBackupSelection indicates an expected call of GetBackupSelection.

func (*MockBackupAPIMockRecorder) GetBackupSelectionRequest

func (mr *MockBackupAPIMockRecorder) GetBackupSelectionRequest(arg0 interface{}) *gomock.Call

GetBackupSelectionRequest indicates an expected call of GetBackupSelectionRequest.

func (*MockBackupAPIMockRecorder) GetBackupSelectionWithContext

func (mr *MockBackupAPIMockRecorder) GetBackupSelectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBackupSelectionWithContext indicates an expected call of GetBackupSelectionWithContext.

func (*MockBackupAPIMockRecorder) GetBackupVaultAccessPolicy

func (mr *MockBackupAPIMockRecorder) GetBackupVaultAccessPolicy(arg0 interface{}) *gomock.Call

GetBackupVaultAccessPolicy indicates an expected call of GetBackupVaultAccessPolicy.

func (*MockBackupAPIMockRecorder) GetBackupVaultAccessPolicyRequest

func (mr *MockBackupAPIMockRecorder) GetBackupVaultAccessPolicyRequest(arg0 interface{}) *gomock.Call

GetBackupVaultAccessPolicyRequest indicates an expected call of GetBackupVaultAccessPolicyRequest.

func (*MockBackupAPIMockRecorder) GetBackupVaultAccessPolicyWithContext

func (mr *MockBackupAPIMockRecorder) GetBackupVaultAccessPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBackupVaultAccessPolicyWithContext indicates an expected call of GetBackupVaultAccessPolicyWithContext.

func (*MockBackupAPIMockRecorder) GetBackupVaultNotifications

func (mr *MockBackupAPIMockRecorder) GetBackupVaultNotifications(arg0 interface{}) *gomock.Call

GetBackupVaultNotifications indicates an expected call of GetBackupVaultNotifications.

func (*MockBackupAPIMockRecorder) GetBackupVaultNotificationsRequest

func (mr *MockBackupAPIMockRecorder) GetBackupVaultNotificationsRequest(arg0 interface{}) *gomock.Call

GetBackupVaultNotificationsRequest indicates an expected call of GetBackupVaultNotificationsRequest.

func (*MockBackupAPIMockRecorder) GetBackupVaultNotificationsWithContext

func (mr *MockBackupAPIMockRecorder) GetBackupVaultNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBackupVaultNotificationsWithContext indicates an expected call of GetBackupVaultNotificationsWithContext.

func (*MockBackupAPIMockRecorder) GetRecoveryPointRestoreMetadata

func (mr *MockBackupAPIMockRecorder) GetRecoveryPointRestoreMetadata(arg0 interface{}) *gomock.Call

GetRecoveryPointRestoreMetadata indicates an expected call of GetRecoveryPointRestoreMetadata.

func (*MockBackupAPIMockRecorder) GetRecoveryPointRestoreMetadataRequest

func (mr *MockBackupAPIMockRecorder) GetRecoveryPointRestoreMetadataRequest(arg0 interface{}) *gomock.Call

GetRecoveryPointRestoreMetadataRequest indicates an expected call of GetRecoveryPointRestoreMetadataRequest.

func (*MockBackupAPIMockRecorder) GetRecoveryPointRestoreMetadataWithContext

func (mr *MockBackupAPIMockRecorder) GetRecoveryPointRestoreMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRecoveryPointRestoreMetadataWithContext indicates an expected call of GetRecoveryPointRestoreMetadataWithContext.

func (*MockBackupAPIMockRecorder) GetSupportedResourceTypes

func (mr *MockBackupAPIMockRecorder) GetSupportedResourceTypes(arg0 interface{}) *gomock.Call

GetSupportedResourceTypes indicates an expected call of GetSupportedResourceTypes.

func (*MockBackupAPIMockRecorder) GetSupportedResourceTypesRequest

func (mr *MockBackupAPIMockRecorder) GetSupportedResourceTypesRequest(arg0 interface{}) *gomock.Call

GetSupportedResourceTypesRequest indicates an expected call of GetSupportedResourceTypesRequest.

func (*MockBackupAPIMockRecorder) GetSupportedResourceTypesWithContext

func (mr *MockBackupAPIMockRecorder) GetSupportedResourceTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSupportedResourceTypesWithContext indicates an expected call of GetSupportedResourceTypesWithContext.

func (*MockBackupAPIMockRecorder) ListBackupJobs

func (mr *MockBackupAPIMockRecorder) ListBackupJobs(arg0 interface{}) *gomock.Call

ListBackupJobs indicates an expected call of ListBackupJobs.

func (*MockBackupAPIMockRecorder) ListBackupJobsPages

func (mr *MockBackupAPIMockRecorder) ListBackupJobsPages(arg0, arg1 interface{}) *gomock.Call

ListBackupJobsPages indicates an expected call of ListBackupJobsPages.

func (*MockBackupAPIMockRecorder) ListBackupJobsPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupJobsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListBackupJobsPagesWithContext indicates an expected call of ListBackupJobsPagesWithContext.

func (*MockBackupAPIMockRecorder) ListBackupJobsRequest

func (mr *MockBackupAPIMockRecorder) ListBackupJobsRequest(arg0 interface{}) *gomock.Call

ListBackupJobsRequest indicates an expected call of ListBackupJobsRequest.

func (*MockBackupAPIMockRecorder) ListBackupJobsWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupJobsWithContext indicates an expected call of ListBackupJobsWithContext.

func (*MockBackupAPIMockRecorder) ListBackupPlanTemplates

func (mr *MockBackupAPIMockRecorder) ListBackupPlanTemplates(arg0 interface{}) *gomock.Call

ListBackupPlanTemplates indicates an expected call of ListBackupPlanTemplates.

func (*MockBackupAPIMockRecorder) ListBackupPlanTemplatesPages

func (mr *MockBackupAPIMockRecorder) ListBackupPlanTemplatesPages(arg0, arg1 interface{}) *gomock.Call

ListBackupPlanTemplatesPages indicates an expected call of ListBackupPlanTemplatesPages.

func (*MockBackupAPIMockRecorder) ListBackupPlanTemplatesPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupPlanTemplatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListBackupPlanTemplatesPagesWithContext indicates an expected call of ListBackupPlanTemplatesPagesWithContext.

func (*MockBackupAPIMockRecorder) ListBackupPlanTemplatesRequest

func (mr *MockBackupAPIMockRecorder) ListBackupPlanTemplatesRequest(arg0 interface{}) *gomock.Call

ListBackupPlanTemplatesRequest indicates an expected call of ListBackupPlanTemplatesRequest.

func (*MockBackupAPIMockRecorder) ListBackupPlanTemplatesWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupPlanTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupPlanTemplatesWithContext indicates an expected call of ListBackupPlanTemplatesWithContext.

func (*MockBackupAPIMockRecorder) ListBackupPlanVersions

func (mr *MockBackupAPIMockRecorder) ListBackupPlanVersions(arg0 interface{}) *gomock.Call

ListBackupPlanVersions indicates an expected call of ListBackupPlanVersions.

func (*MockBackupAPIMockRecorder) ListBackupPlanVersionsPages

func (mr *MockBackupAPIMockRecorder) ListBackupPlanVersionsPages(arg0, arg1 interface{}) *gomock.Call

ListBackupPlanVersionsPages indicates an expected call of ListBackupPlanVersionsPages.

func (*MockBackupAPIMockRecorder) ListBackupPlanVersionsPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupPlanVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListBackupPlanVersionsPagesWithContext indicates an expected call of ListBackupPlanVersionsPagesWithContext.

func (*MockBackupAPIMockRecorder) ListBackupPlanVersionsRequest

func (mr *MockBackupAPIMockRecorder) ListBackupPlanVersionsRequest(arg0 interface{}) *gomock.Call

ListBackupPlanVersionsRequest indicates an expected call of ListBackupPlanVersionsRequest.

func (*MockBackupAPIMockRecorder) ListBackupPlanVersionsWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupPlanVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupPlanVersionsWithContext indicates an expected call of ListBackupPlanVersionsWithContext.

func (*MockBackupAPIMockRecorder) ListBackupPlans

func (mr *MockBackupAPIMockRecorder) ListBackupPlans(arg0 interface{}) *gomock.Call

ListBackupPlans indicates an expected call of ListBackupPlans.

func (*MockBackupAPIMockRecorder) ListBackupPlansPages

func (mr *MockBackupAPIMockRecorder) ListBackupPlansPages(arg0, arg1 interface{}) *gomock.Call

ListBackupPlansPages indicates an expected call of ListBackupPlansPages.

func (*MockBackupAPIMockRecorder) ListBackupPlansPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupPlansPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListBackupPlansPagesWithContext indicates an expected call of ListBackupPlansPagesWithContext.

func (*MockBackupAPIMockRecorder) ListBackupPlansRequest

func (mr *MockBackupAPIMockRecorder) ListBackupPlansRequest(arg0 interface{}) *gomock.Call

ListBackupPlansRequest indicates an expected call of ListBackupPlansRequest.

func (*MockBackupAPIMockRecorder) ListBackupPlansWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupPlansWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupPlansWithContext indicates an expected call of ListBackupPlansWithContext.

func (*MockBackupAPIMockRecorder) ListBackupSelections

func (mr *MockBackupAPIMockRecorder) ListBackupSelections(arg0 interface{}) *gomock.Call

ListBackupSelections indicates an expected call of ListBackupSelections.

func (*MockBackupAPIMockRecorder) ListBackupSelectionsPages

func (mr *MockBackupAPIMockRecorder) ListBackupSelectionsPages(arg0, arg1 interface{}) *gomock.Call

ListBackupSelectionsPages indicates an expected call of ListBackupSelectionsPages.

func (*MockBackupAPIMockRecorder) ListBackupSelectionsPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupSelectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListBackupSelectionsPagesWithContext indicates an expected call of ListBackupSelectionsPagesWithContext.

func (*MockBackupAPIMockRecorder) ListBackupSelectionsRequest

func (mr *MockBackupAPIMockRecorder) ListBackupSelectionsRequest(arg0 interface{}) *gomock.Call

ListBackupSelectionsRequest indicates an expected call of ListBackupSelectionsRequest.

func (*MockBackupAPIMockRecorder) ListBackupSelectionsWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupSelectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupSelectionsWithContext indicates an expected call of ListBackupSelectionsWithContext.

func (*MockBackupAPIMockRecorder) ListBackupVaults

func (mr *MockBackupAPIMockRecorder) ListBackupVaults(arg0 interface{}) *gomock.Call

ListBackupVaults indicates an expected call of ListBackupVaults.

func (*MockBackupAPIMockRecorder) ListBackupVaultsPages

func (mr *MockBackupAPIMockRecorder) ListBackupVaultsPages(arg0, arg1 interface{}) *gomock.Call

ListBackupVaultsPages indicates an expected call of ListBackupVaultsPages.

func (*MockBackupAPIMockRecorder) ListBackupVaultsPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupVaultsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListBackupVaultsPagesWithContext indicates an expected call of ListBackupVaultsPagesWithContext.

func (*MockBackupAPIMockRecorder) ListBackupVaultsRequest

func (mr *MockBackupAPIMockRecorder) ListBackupVaultsRequest(arg0 interface{}) *gomock.Call

ListBackupVaultsRequest indicates an expected call of ListBackupVaultsRequest.

func (*MockBackupAPIMockRecorder) ListBackupVaultsWithContext

func (mr *MockBackupAPIMockRecorder) ListBackupVaultsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupVaultsWithContext indicates an expected call of ListBackupVaultsWithContext.

func (*MockBackupAPIMockRecorder) ListCopyJobs

func (mr *MockBackupAPIMockRecorder) ListCopyJobs(arg0 interface{}) *gomock.Call

ListCopyJobs indicates an expected call of ListCopyJobs.

func (*MockBackupAPIMockRecorder) ListCopyJobsPages

func (mr *MockBackupAPIMockRecorder) ListCopyJobsPages(arg0, arg1 interface{}) *gomock.Call

ListCopyJobsPages indicates an expected call of ListCopyJobsPages.

func (*MockBackupAPIMockRecorder) ListCopyJobsPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListCopyJobsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListCopyJobsPagesWithContext indicates an expected call of ListCopyJobsPagesWithContext.

func (*MockBackupAPIMockRecorder) ListCopyJobsRequest

func (mr *MockBackupAPIMockRecorder) ListCopyJobsRequest(arg0 interface{}) *gomock.Call

ListCopyJobsRequest indicates an expected call of ListCopyJobsRequest.

func (*MockBackupAPIMockRecorder) ListCopyJobsWithContext

func (mr *MockBackupAPIMockRecorder) ListCopyJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCopyJobsWithContext indicates an expected call of ListCopyJobsWithContext.

func (*MockBackupAPIMockRecorder) ListFrameworks added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListFrameworks(arg0 interface{}) *gomock.Call

ListFrameworks indicates an expected call of ListFrameworks.

func (*MockBackupAPIMockRecorder) ListFrameworksPages added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListFrameworksPages(arg0, arg1 interface{}) *gomock.Call

ListFrameworksPages indicates an expected call of ListFrameworksPages.

func (*MockBackupAPIMockRecorder) ListFrameworksPagesWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListFrameworksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListFrameworksPagesWithContext indicates an expected call of ListFrameworksPagesWithContext.

func (*MockBackupAPIMockRecorder) ListFrameworksRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListFrameworksRequest(arg0 interface{}) *gomock.Call

ListFrameworksRequest indicates an expected call of ListFrameworksRequest.

func (*MockBackupAPIMockRecorder) ListFrameworksWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListFrameworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFrameworksWithContext indicates an expected call of ListFrameworksWithContext.

func (*MockBackupAPIMockRecorder) ListProtectedResources

func (mr *MockBackupAPIMockRecorder) ListProtectedResources(arg0 interface{}) *gomock.Call

ListProtectedResources indicates an expected call of ListProtectedResources.

func (*MockBackupAPIMockRecorder) ListProtectedResourcesPages

func (mr *MockBackupAPIMockRecorder) ListProtectedResourcesPages(arg0, arg1 interface{}) *gomock.Call

ListProtectedResourcesPages indicates an expected call of ListProtectedResourcesPages.

func (*MockBackupAPIMockRecorder) ListProtectedResourcesPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListProtectedResourcesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListProtectedResourcesPagesWithContext indicates an expected call of ListProtectedResourcesPagesWithContext.

func (*MockBackupAPIMockRecorder) ListProtectedResourcesRequest

func (mr *MockBackupAPIMockRecorder) ListProtectedResourcesRequest(arg0 interface{}) *gomock.Call

ListProtectedResourcesRequest indicates an expected call of ListProtectedResourcesRequest.

func (*MockBackupAPIMockRecorder) ListProtectedResourcesWithContext

func (mr *MockBackupAPIMockRecorder) ListProtectedResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProtectedResourcesWithContext indicates an expected call of ListProtectedResourcesWithContext.

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByBackupVault

func (mr *MockBackupAPIMockRecorder) ListRecoveryPointsByBackupVault(arg0 interface{}) *gomock.Call

ListRecoveryPointsByBackupVault indicates an expected call of ListRecoveryPointsByBackupVault.

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByBackupVaultPages

func (mr *MockBackupAPIMockRecorder) ListRecoveryPointsByBackupVaultPages(arg0, arg1 interface{}) *gomock.Call

ListRecoveryPointsByBackupVaultPages indicates an expected call of ListRecoveryPointsByBackupVaultPages.

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByBackupVaultPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListRecoveryPointsByBackupVaultPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListRecoveryPointsByBackupVaultPagesWithContext indicates an expected call of ListRecoveryPointsByBackupVaultPagesWithContext.

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByBackupVaultRequest

func (mr *MockBackupAPIMockRecorder) ListRecoveryPointsByBackupVaultRequest(arg0 interface{}) *gomock.Call

ListRecoveryPointsByBackupVaultRequest indicates an expected call of ListRecoveryPointsByBackupVaultRequest.

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByBackupVaultWithContext

func (mr *MockBackupAPIMockRecorder) ListRecoveryPointsByBackupVaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRecoveryPointsByBackupVaultWithContext indicates an expected call of ListRecoveryPointsByBackupVaultWithContext.

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByResource

func (mr *MockBackupAPIMockRecorder) ListRecoveryPointsByResource(arg0 interface{}) *gomock.Call

ListRecoveryPointsByResource indicates an expected call of ListRecoveryPointsByResource.

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByResourcePages

func (mr *MockBackupAPIMockRecorder) ListRecoveryPointsByResourcePages(arg0, arg1 interface{}) *gomock.Call

ListRecoveryPointsByResourcePages indicates an expected call of ListRecoveryPointsByResourcePages.

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByResourcePagesWithContext

func (mr *MockBackupAPIMockRecorder) ListRecoveryPointsByResourcePagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListRecoveryPointsByResourcePagesWithContext indicates an expected call of ListRecoveryPointsByResourcePagesWithContext.

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByResourceRequest

func (mr *MockBackupAPIMockRecorder) ListRecoveryPointsByResourceRequest(arg0 interface{}) *gomock.Call

ListRecoveryPointsByResourceRequest indicates an expected call of ListRecoveryPointsByResourceRequest.

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByResourceWithContext

func (mr *MockBackupAPIMockRecorder) ListRecoveryPointsByResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRecoveryPointsByResourceWithContext indicates an expected call of ListRecoveryPointsByResourceWithContext.

func (*MockBackupAPIMockRecorder) ListReportJobs added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListReportJobs(arg0 interface{}) *gomock.Call

ListReportJobs indicates an expected call of ListReportJobs.

func (*MockBackupAPIMockRecorder) ListReportJobsPages added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListReportJobsPages(arg0, arg1 interface{}) *gomock.Call

ListReportJobsPages indicates an expected call of ListReportJobsPages.

func (*MockBackupAPIMockRecorder) ListReportJobsPagesWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListReportJobsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListReportJobsPagesWithContext indicates an expected call of ListReportJobsPagesWithContext.

func (*MockBackupAPIMockRecorder) ListReportJobsRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListReportJobsRequest(arg0 interface{}) *gomock.Call

ListReportJobsRequest indicates an expected call of ListReportJobsRequest.

func (*MockBackupAPIMockRecorder) ListReportJobsWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListReportJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListReportJobsWithContext indicates an expected call of ListReportJobsWithContext.

func (*MockBackupAPIMockRecorder) ListReportPlans added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListReportPlans(arg0 interface{}) *gomock.Call

ListReportPlans indicates an expected call of ListReportPlans.

func (*MockBackupAPIMockRecorder) ListReportPlansPages added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListReportPlansPages(arg0, arg1 interface{}) *gomock.Call

ListReportPlansPages indicates an expected call of ListReportPlansPages.

func (*MockBackupAPIMockRecorder) ListReportPlansPagesWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListReportPlansPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListReportPlansPagesWithContext indicates an expected call of ListReportPlansPagesWithContext.

func (*MockBackupAPIMockRecorder) ListReportPlansRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListReportPlansRequest(arg0 interface{}) *gomock.Call

ListReportPlansRequest indicates an expected call of ListReportPlansRequest.

func (*MockBackupAPIMockRecorder) ListReportPlansWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) ListReportPlansWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListReportPlansWithContext indicates an expected call of ListReportPlansWithContext.

func (*MockBackupAPIMockRecorder) ListRestoreJobs

func (mr *MockBackupAPIMockRecorder) ListRestoreJobs(arg0 interface{}) *gomock.Call

ListRestoreJobs indicates an expected call of ListRestoreJobs.

func (*MockBackupAPIMockRecorder) ListRestoreJobsPages

func (mr *MockBackupAPIMockRecorder) ListRestoreJobsPages(arg0, arg1 interface{}) *gomock.Call

ListRestoreJobsPages indicates an expected call of ListRestoreJobsPages.

func (*MockBackupAPIMockRecorder) ListRestoreJobsPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListRestoreJobsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListRestoreJobsPagesWithContext indicates an expected call of ListRestoreJobsPagesWithContext.

func (*MockBackupAPIMockRecorder) ListRestoreJobsRequest

func (mr *MockBackupAPIMockRecorder) ListRestoreJobsRequest(arg0 interface{}) *gomock.Call

ListRestoreJobsRequest indicates an expected call of ListRestoreJobsRequest.

func (*MockBackupAPIMockRecorder) ListRestoreJobsWithContext

func (mr *MockBackupAPIMockRecorder) ListRestoreJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRestoreJobsWithContext indicates an expected call of ListRestoreJobsWithContext.

func (*MockBackupAPIMockRecorder) ListTags

func (mr *MockBackupAPIMockRecorder) ListTags(arg0 interface{}) *gomock.Call

ListTags indicates an expected call of ListTags.

func (*MockBackupAPIMockRecorder) ListTagsPages

func (mr *MockBackupAPIMockRecorder) ListTagsPages(arg0, arg1 interface{}) *gomock.Call

ListTagsPages indicates an expected call of ListTagsPages.

func (*MockBackupAPIMockRecorder) ListTagsPagesWithContext

func (mr *MockBackupAPIMockRecorder) ListTagsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTagsPagesWithContext indicates an expected call of ListTagsPagesWithContext.

func (*MockBackupAPIMockRecorder) ListTagsRequest

func (mr *MockBackupAPIMockRecorder) ListTagsRequest(arg0 interface{}) *gomock.Call

ListTagsRequest indicates an expected call of ListTagsRequest.

func (*MockBackupAPIMockRecorder) ListTagsWithContext

func (mr *MockBackupAPIMockRecorder) ListTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsWithContext indicates an expected call of ListTagsWithContext.

func (*MockBackupAPIMockRecorder) PutBackupVaultAccessPolicy

func (mr *MockBackupAPIMockRecorder) PutBackupVaultAccessPolicy(arg0 interface{}) *gomock.Call

PutBackupVaultAccessPolicy indicates an expected call of PutBackupVaultAccessPolicy.

func (*MockBackupAPIMockRecorder) PutBackupVaultAccessPolicyRequest

func (mr *MockBackupAPIMockRecorder) PutBackupVaultAccessPolicyRequest(arg0 interface{}) *gomock.Call

PutBackupVaultAccessPolicyRequest indicates an expected call of PutBackupVaultAccessPolicyRequest.

func (*MockBackupAPIMockRecorder) PutBackupVaultAccessPolicyWithContext

func (mr *MockBackupAPIMockRecorder) PutBackupVaultAccessPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBackupVaultAccessPolicyWithContext indicates an expected call of PutBackupVaultAccessPolicyWithContext.

func (*MockBackupAPIMockRecorder) PutBackupVaultLockConfiguration added in v1.43.22

func (mr *MockBackupAPIMockRecorder) PutBackupVaultLockConfiguration(arg0 interface{}) *gomock.Call

PutBackupVaultLockConfiguration indicates an expected call of PutBackupVaultLockConfiguration.

func (*MockBackupAPIMockRecorder) PutBackupVaultLockConfigurationRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) PutBackupVaultLockConfigurationRequest(arg0 interface{}) *gomock.Call

PutBackupVaultLockConfigurationRequest indicates an expected call of PutBackupVaultLockConfigurationRequest.

func (*MockBackupAPIMockRecorder) PutBackupVaultLockConfigurationWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) PutBackupVaultLockConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBackupVaultLockConfigurationWithContext indicates an expected call of PutBackupVaultLockConfigurationWithContext.

func (*MockBackupAPIMockRecorder) PutBackupVaultNotifications

func (mr *MockBackupAPIMockRecorder) PutBackupVaultNotifications(arg0 interface{}) *gomock.Call

PutBackupVaultNotifications indicates an expected call of PutBackupVaultNotifications.

func (*MockBackupAPIMockRecorder) PutBackupVaultNotificationsRequest

func (mr *MockBackupAPIMockRecorder) PutBackupVaultNotificationsRequest(arg0 interface{}) *gomock.Call

PutBackupVaultNotificationsRequest indicates an expected call of PutBackupVaultNotificationsRequest.

func (*MockBackupAPIMockRecorder) PutBackupVaultNotificationsWithContext

func (mr *MockBackupAPIMockRecorder) PutBackupVaultNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBackupVaultNotificationsWithContext indicates an expected call of PutBackupVaultNotificationsWithContext.

func (*MockBackupAPIMockRecorder) StartBackupJob

func (mr *MockBackupAPIMockRecorder) StartBackupJob(arg0 interface{}) *gomock.Call

StartBackupJob indicates an expected call of StartBackupJob.

func (*MockBackupAPIMockRecorder) StartBackupJobRequest

func (mr *MockBackupAPIMockRecorder) StartBackupJobRequest(arg0 interface{}) *gomock.Call

StartBackupJobRequest indicates an expected call of StartBackupJobRequest.

func (*MockBackupAPIMockRecorder) StartBackupJobWithContext

func (mr *MockBackupAPIMockRecorder) StartBackupJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartBackupJobWithContext indicates an expected call of StartBackupJobWithContext.

func (*MockBackupAPIMockRecorder) StartCopyJob

func (mr *MockBackupAPIMockRecorder) StartCopyJob(arg0 interface{}) *gomock.Call

StartCopyJob indicates an expected call of StartCopyJob.

func (*MockBackupAPIMockRecorder) StartCopyJobRequest

func (mr *MockBackupAPIMockRecorder) StartCopyJobRequest(arg0 interface{}) *gomock.Call

StartCopyJobRequest indicates an expected call of StartCopyJobRequest.

func (*MockBackupAPIMockRecorder) StartCopyJobWithContext

func (mr *MockBackupAPIMockRecorder) StartCopyJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartCopyJobWithContext indicates an expected call of StartCopyJobWithContext.

func (*MockBackupAPIMockRecorder) StartReportJob added in v1.43.22

func (mr *MockBackupAPIMockRecorder) StartReportJob(arg0 interface{}) *gomock.Call

StartReportJob indicates an expected call of StartReportJob.

func (*MockBackupAPIMockRecorder) StartReportJobRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) StartReportJobRequest(arg0 interface{}) *gomock.Call

StartReportJobRequest indicates an expected call of StartReportJobRequest.

func (*MockBackupAPIMockRecorder) StartReportJobWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) StartReportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartReportJobWithContext indicates an expected call of StartReportJobWithContext.

func (*MockBackupAPIMockRecorder) StartRestoreJob

func (mr *MockBackupAPIMockRecorder) StartRestoreJob(arg0 interface{}) *gomock.Call

StartRestoreJob indicates an expected call of StartRestoreJob.

func (*MockBackupAPIMockRecorder) StartRestoreJobRequest

func (mr *MockBackupAPIMockRecorder) StartRestoreJobRequest(arg0 interface{}) *gomock.Call

StartRestoreJobRequest indicates an expected call of StartRestoreJobRequest.

func (*MockBackupAPIMockRecorder) StartRestoreJobWithContext

func (mr *MockBackupAPIMockRecorder) StartRestoreJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartRestoreJobWithContext indicates an expected call of StartRestoreJobWithContext.

func (*MockBackupAPIMockRecorder) StopBackupJob

func (mr *MockBackupAPIMockRecorder) StopBackupJob(arg0 interface{}) *gomock.Call

StopBackupJob indicates an expected call of StopBackupJob.

func (*MockBackupAPIMockRecorder) StopBackupJobRequest

func (mr *MockBackupAPIMockRecorder) StopBackupJobRequest(arg0 interface{}) *gomock.Call

StopBackupJobRequest indicates an expected call of StopBackupJobRequest.

func (*MockBackupAPIMockRecorder) StopBackupJobWithContext

func (mr *MockBackupAPIMockRecorder) StopBackupJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopBackupJobWithContext indicates an expected call of StopBackupJobWithContext.

func (*MockBackupAPIMockRecorder) TagResource

func (mr *MockBackupAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockBackupAPIMockRecorder) TagResourceRequest

func (mr *MockBackupAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockBackupAPIMockRecorder) TagResourceWithContext

func (mr *MockBackupAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockBackupAPIMockRecorder) UntagResource

func (mr *MockBackupAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockBackupAPIMockRecorder) UntagResourceRequest

func (mr *MockBackupAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockBackupAPIMockRecorder) UntagResourceWithContext

func (mr *MockBackupAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockBackupAPIMockRecorder) UpdateBackupPlan

func (mr *MockBackupAPIMockRecorder) UpdateBackupPlan(arg0 interface{}) *gomock.Call

UpdateBackupPlan indicates an expected call of UpdateBackupPlan.

func (*MockBackupAPIMockRecorder) UpdateBackupPlanRequest

func (mr *MockBackupAPIMockRecorder) UpdateBackupPlanRequest(arg0 interface{}) *gomock.Call

UpdateBackupPlanRequest indicates an expected call of UpdateBackupPlanRequest.

func (*MockBackupAPIMockRecorder) UpdateBackupPlanWithContext

func (mr *MockBackupAPIMockRecorder) UpdateBackupPlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateBackupPlanWithContext indicates an expected call of UpdateBackupPlanWithContext.

func (*MockBackupAPIMockRecorder) UpdateFramework added in v1.43.22

func (mr *MockBackupAPIMockRecorder) UpdateFramework(arg0 interface{}) *gomock.Call

UpdateFramework indicates an expected call of UpdateFramework.

func (*MockBackupAPIMockRecorder) UpdateFrameworkRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) UpdateFrameworkRequest(arg0 interface{}) *gomock.Call

UpdateFrameworkRequest indicates an expected call of UpdateFrameworkRequest.

func (*MockBackupAPIMockRecorder) UpdateFrameworkWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) UpdateFrameworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateFrameworkWithContext indicates an expected call of UpdateFrameworkWithContext.

func (*MockBackupAPIMockRecorder) UpdateGlobalSettings

func (mr *MockBackupAPIMockRecorder) UpdateGlobalSettings(arg0 interface{}) *gomock.Call

UpdateGlobalSettings indicates an expected call of UpdateGlobalSettings.

func (*MockBackupAPIMockRecorder) UpdateGlobalSettingsRequest

func (mr *MockBackupAPIMockRecorder) UpdateGlobalSettingsRequest(arg0 interface{}) *gomock.Call

UpdateGlobalSettingsRequest indicates an expected call of UpdateGlobalSettingsRequest.

func (*MockBackupAPIMockRecorder) UpdateGlobalSettingsWithContext

func (mr *MockBackupAPIMockRecorder) UpdateGlobalSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGlobalSettingsWithContext indicates an expected call of UpdateGlobalSettingsWithContext.

func (*MockBackupAPIMockRecorder) UpdateRecoveryPointLifecycle

func (mr *MockBackupAPIMockRecorder) UpdateRecoveryPointLifecycle(arg0 interface{}) *gomock.Call

UpdateRecoveryPointLifecycle indicates an expected call of UpdateRecoveryPointLifecycle.

func (*MockBackupAPIMockRecorder) UpdateRecoveryPointLifecycleRequest

func (mr *MockBackupAPIMockRecorder) UpdateRecoveryPointLifecycleRequest(arg0 interface{}) *gomock.Call

UpdateRecoveryPointLifecycleRequest indicates an expected call of UpdateRecoveryPointLifecycleRequest.

func (*MockBackupAPIMockRecorder) UpdateRecoveryPointLifecycleWithContext

func (mr *MockBackupAPIMockRecorder) UpdateRecoveryPointLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRecoveryPointLifecycleWithContext indicates an expected call of UpdateRecoveryPointLifecycleWithContext.

func (*MockBackupAPIMockRecorder) UpdateRegionSettings

func (mr *MockBackupAPIMockRecorder) UpdateRegionSettings(arg0 interface{}) *gomock.Call

UpdateRegionSettings indicates an expected call of UpdateRegionSettings.

func (*MockBackupAPIMockRecorder) UpdateRegionSettingsRequest

func (mr *MockBackupAPIMockRecorder) UpdateRegionSettingsRequest(arg0 interface{}) *gomock.Call

UpdateRegionSettingsRequest indicates an expected call of UpdateRegionSettingsRequest.

func (*MockBackupAPIMockRecorder) UpdateRegionSettingsWithContext

func (mr *MockBackupAPIMockRecorder) UpdateRegionSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRegionSettingsWithContext indicates an expected call of UpdateRegionSettingsWithContext.

func (*MockBackupAPIMockRecorder) UpdateReportPlan added in v1.43.22

func (mr *MockBackupAPIMockRecorder) UpdateReportPlan(arg0 interface{}) *gomock.Call

UpdateReportPlan indicates an expected call of UpdateReportPlan.

func (*MockBackupAPIMockRecorder) UpdateReportPlanRequest added in v1.43.22

func (mr *MockBackupAPIMockRecorder) UpdateReportPlanRequest(arg0 interface{}) *gomock.Call

UpdateReportPlanRequest indicates an expected call of UpdateReportPlanRequest.

func (*MockBackupAPIMockRecorder) UpdateReportPlanWithContext added in v1.43.22

func (mr *MockBackupAPIMockRecorder) UpdateReportPlanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateReportPlanWithContext indicates an expected call of UpdateReportPlanWithContext.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL