backupmock

package
v1.55.5 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2024 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) CancelLegalHold added in v1.44.146

CancelLegalHold mocks base method

func (*MockBackupAPI) CancelLegalHoldRequest added in v1.44.146

CancelLegalHoldRequest mocks base method

func (*MockBackupAPI) CancelLegalHoldWithContext added in v1.44.146

func (m *MockBackupAPI) CancelLegalHoldWithContext(arg0 context.Context, arg1 *backup.CancelLegalHoldInput, arg2 ...request.Option) (*backup.CancelLegalHoldOutput, error)

CancelLegalHoldWithContext mocks base method

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

CreateFramework mocks base method

func (*MockBackupAPI) CreateFrameworkRequest

CreateFrameworkRequest mocks base method

func (*MockBackupAPI) CreateFrameworkWithContext

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

CreateFrameworkWithContext mocks base method

func (*MockBackupAPI) CreateLegalHold added in v1.44.146

CreateLegalHold mocks base method

func (*MockBackupAPI) CreateLegalHoldRequest added in v1.44.146

CreateLegalHoldRequest mocks base method

func (*MockBackupAPI) CreateLegalHoldWithContext added in v1.44.146

func (m *MockBackupAPI) CreateLegalHoldWithContext(arg0 context.Context, arg1 *backup.CreateLegalHoldInput, arg2 ...request.Option) (*backup.CreateLegalHoldOutput, error)

CreateLegalHoldWithContext mocks base method

func (*MockBackupAPI) CreateLogicallyAirGappedBackupVault added in v1.44.319

CreateLogicallyAirGappedBackupVault mocks base method

func (*MockBackupAPI) CreateLogicallyAirGappedBackupVaultRequest added in v1.44.319

CreateLogicallyAirGappedBackupVaultRequest mocks base method

func (*MockBackupAPI) CreateLogicallyAirGappedBackupVaultWithContext added in v1.44.319

func (m *MockBackupAPI) CreateLogicallyAirGappedBackupVaultWithContext(arg0 context.Context, arg1 *backup.CreateLogicallyAirGappedBackupVaultInput, arg2 ...request.Option) (*backup.CreateLogicallyAirGappedBackupVaultOutput, error)

CreateLogicallyAirGappedBackupVaultWithContext mocks base method

func (*MockBackupAPI) CreateReportPlan

CreateReportPlan mocks base method

func (*MockBackupAPI) CreateReportPlanRequest

CreateReportPlanRequest mocks base method

func (*MockBackupAPI) CreateReportPlanWithContext

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

CreateReportPlanWithContext mocks base method

func (*MockBackupAPI) CreateRestoreTestingPlan added in v1.54.2

CreateRestoreTestingPlan mocks base method

func (*MockBackupAPI) CreateRestoreTestingPlanRequest added in v1.54.2

CreateRestoreTestingPlanRequest mocks base method

func (*MockBackupAPI) CreateRestoreTestingPlanWithContext added in v1.54.2

func (m *MockBackupAPI) CreateRestoreTestingPlanWithContext(arg0 context.Context, arg1 *backup.CreateRestoreTestingPlanInput, arg2 ...request.Option) (*backup.CreateRestoreTestingPlanOutput, error)

CreateRestoreTestingPlanWithContext mocks base method

func (*MockBackupAPI) CreateRestoreTestingSelection added in v1.54.2

CreateRestoreTestingSelection mocks base method

func (*MockBackupAPI) CreateRestoreTestingSelectionRequest added in v1.54.2

CreateRestoreTestingSelectionRequest mocks base method

func (*MockBackupAPI) CreateRestoreTestingSelectionWithContext added in v1.54.2

func (m *MockBackupAPI) CreateRestoreTestingSelectionWithContext(arg0 context.Context, arg1 *backup.CreateRestoreTestingSelectionInput, arg2 ...request.Option) (*backup.CreateRestoreTestingSelectionOutput, error)

CreateRestoreTestingSelectionWithContext 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

DeleteBackupVaultLockConfiguration mocks base method

func (*MockBackupAPI) DeleteBackupVaultLockConfigurationRequest

DeleteBackupVaultLockConfigurationRequest mocks base method

func (*MockBackupAPI) DeleteBackupVaultLockConfigurationWithContext

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

DeleteFramework mocks base method

func (*MockBackupAPI) DeleteFrameworkRequest

DeleteFrameworkRequest mocks base method

func (*MockBackupAPI) DeleteFrameworkWithContext

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

DeleteReportPlan mocks base method

func (*MockBackupAPI) DeleteReportPlanRequest

DeleteReportPlanRequest mocks base method

func (*MockBackupAPI) DeleteReportPlanWithContext

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

DeleteReportPlanWithContext mocks base method

func (*MockBackupAPI) DeleteRestoreTestingPlan added in v1.54.2

DeleteRestoreTestingPlan mocks base method

func (*MockBackupAPI) DeleteRestoreTestingPlanRequest added in v1.54.2

DeleteRestoreTestingPlanRequest mocks base method

func (*MockBackupAPI) DeleteRestoreTestingPlanWithContext added in v1.54.2

func (m *MockBackupAPI) DeleteRestoreTestingPlanWithContext(arg0 context.Context, arg1 *backup.DeleteRestoreTestingPlanInput, arg2 ...request.Option) (*backup.DeleteRestoreTestingPlanOutput, error)

DeleteRestoreTestingPlanWithContext mocks base method

func (*MockBackupAPI) DeleteRestoreTestingSelection added in v1.54.2

DeleteRestoreTestingSelection mocks base method

func (*MockBackupAPI) DeleteRestoreTestingSelectionRequest added in v1.54.2

DeleteRestoreTestingSelectionRequest mocks base method

func (*MockBackupAPI) DeleteRestoreTestingSelectionWithContext added in v1.54.2

func (m *MockBackupAPI) DeleteRestoreTestingSelectionWithContext(arg0 context.Context, arg1 *backup.DeleteRestoreTestingSelectionInput, arg2 ...request.Option) (*backup.DeleteRestoreTestingSelectionOutput, error)

DeleteRestoreTestingSelectionWithContext 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

DescribeFramework mocks base method

func (*MockBackupAPI) DescribeFrameworkRequest

DescribeFrameworkRequest mocks base method

func (*MockBackupAPI) DescribeFrameworkWithContext

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

DescribeReportJob mocks base method

func (*MockBackupAPI) DescribeReportJobRequest

DescribeReportJobRequest mocks base method

func (*MockBackupAPI) DescribeReportJobWithContext

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

DescribeReportJobWithContext mocks base method

func (*MockBackupAPI) DescribeReportPlan

DescribeReportPlan mocks base method

func (*MockBackupAPI) DescribeReportPlanRequest

DescribeReportPlanRequest mocks base method

func (*MockBackupAPI) DescribeReportPlanWithContext

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

DisassociateRecoveryPoint mocks base method

func (*MockBackupAPI) DisassociateRecoveryPointFromParent added in v1.44.146

DisassociateRecoveryPointFromParent mocks base method

func (*MockBackupAPI) DisassociateRecoveryPointFromParentRequest added in v1.44.146

DisassociateRecoveryPointFromParentRequest mocks base method

func (*MockBackupAPI) DisassociateRecoveryPointFromParentWithContext added in v1.44.146

func (m *MockBackupAPI) DisassociateRecoveryPointFromParentWithContext(arg0 context.Context, arg1 *backup.DisassociateRecoveryPointFromParentInput, arg2 ...request.Option) (*backup.DisassociateRecoveryPointFromParentOutput, error)

DisassociateRecoveryPointFromParentWithContext mocks base method

func (*MockBackupAPI) DisassociateRecoveryPointRequest

DisassociateRecoveryPointRequest mocks base method

func (*MockBackupAPI) DisassociateRecoveryPointWithContext

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) GetLegalHold added in v1.44.146

GetLegalHold mocks base method

func (*MockBackupAPI) GetLegalHoldRequest added in v1.44.146

func (m *MockBackupAPI) GetLegalHoldRequest(arg0 *backup.GetLegalHoldInput) (*request.Request, *backup.GetLegalHoldOutput)

GetLegalHoldRequest mocks base method

func (*MockBackupAPI) GetLegalHoldWithContext added in v1.44.146

func (m *MockBackupAPI) GetLegalHoldWithContext(arg0 context.Context, arg1 *backup.GetLegalHoldInput, arg2 ...request.Option) (*backup.GetLegalHoldOutput, error)

GetLegalHoldWithContext 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) GetRestoreJobMetadata added in v1.54.2

GetRestoreJobMetadata mocks base method

func (*MockBackupAPI) GetRestoreJobMetadataRequest added in v1.54.2

GetRestoreJobMetadataRequest mocks base method

func (*MockBackupAPI) GetRestoreJobMetadataWithContext added in v1.54.2

func (m *MockBackupAPI) GetRestoreJobMetadataWithContext(arg0 context.Context, arg1 *backup.GetRestoreJobMetadataInput, arg2 ...request.Option) (*backup.GetRestoreJobMetadataOutput, error)

GetRestoreJobMetadataWithContext mocks base method

func (*MockBackupAPI) GetRestoreTestingInferredMetadata added in v1.54.2

GetRestoreTestingInferredMetadata mocks base method

func (*MockBackupAPI) GetRestoreTestingInferredMetadataRequest added in v1.54.2

GetRestoreTestingInferredMetadataRequest mocks base method

func (*MockBackupAPI) GetRestoreTestingInferredMetadataWithContext added in v1.54.2

func (m *MockBackupAPI) GetRestoreTestingInferredMetadataWithContext(arg0 context.Context, arg1 *backup.GetRestoreTestingInferredMetadataInput, arg2 ...request.Option) (*backup.GetRestoreTestingInferredMetadataOutput, error)

GetRestoreTestingInferredMetadataWithContext mocks base method

func (*MockBackupAPI) GetRestoreTestingPlan added in v1.54.2

GetRestoreTestingPlan mocks base method

func (*MockBackupAPI) GetRestoreTestingPlanRequest added in v1.54.2

GetRestoreTestingPlanRequest mocks base method

func (*MockBackupAPI) GetRestoreTestingPlanWithContext added in v1.54.2

func (m *MockBackupAPI) GetRestoreTestingPlanWithContext(arg0 context.Context, arg1 *backup.GetRestoreTestingPlanInput, arg2 ...request.Option) (*backup.GetRestoreTestingPlanOutput, error)

GetRestoreTestingPlanWithContext mocks base method

func (*MockBackupAPI) GetRestoreTestingSelection added in v1.54.2

GetRestoreTestingSelection mocks base method

func (*MockBackupAPI) GetRestoreTestingSelectionRequest added in v1.54.2

GetRestoreTestingSelectionRequest mocks base method

func (*MockBackupAPI) GetRestoreTestingSelectionWithContext added in v1.54.2

func (m *MockBackupAPI) GetRestoreTestingSelectionWithContext(arg0 context.Context, arg1 *backup.GetRestoreTestingSelectionInput, arg2 ...request.Option) (*backup.GetRestoreTestingSelectionOutput, error)

GetRestoreTestingSelectionWithContext 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) ListBackupJobSummaries added in v1.54.2

ListBackupJobSummaries mocks base method

func (*MockBackupAPI) ListBackupJobSummariesPages added in v1.54.2

func (m *MockBackupAPI) ListBackupJobSummariesPages(arg0 *backup.ListBackupJobSummariesInput, arg1 func(*backup.ListBackupJobSummariesOutput, bool) bool) error

ListBackupJobSummariesPages mocks base method

func (*MockBackupAPI) ListBackupJobSummariesPagesWithContext added in v1.54.2

func (m *MockBackupAPI) ListBackupJobSummariesPagesWithContext(arg0 context.Context, arg1 *backup.ListBackupJobSummariesInput, arg2 func(*backup.ListBackupJobSummariesOutput, bool) bool, arg3 ...request.Option) error

ListBackupJobSummariesPagesWithContext mocks base method

func (*MockBackupAPI) ListBackupJobSummariesRequest added in v1.54.2

ListBackupJobSummariesRequest mocks base method

func (*MockBackupAPI) ListBackupJobSummariesWithContext added in v1.54.2

func (m *MockBackupAPI) ListBackupJobSummariesWithContext(arg0 context.Context, arg1 *backup.ListBackupJobSummariesInput, arg2 ...request.Option) (*backup.ListBackupJobSummariesOutput, error)

ListBackupJobSummariesWithContext 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) ListCopyJobSummaries added in v1.54.2

ListCopyJobSummaries mocks base method

func (*MockBackupAPI) ListCopyJobSummariesPages added in v1.54.2

func (m *MockBackupAPI) ListCopyJobSummariesPages(arg0 *backup.ListCopyJobSummariesInput, arg1 func(*backup.ListCopyJobSummariesOutput, bool) bool) error

ListCopyJobSummariesPages mocks base method

func (*MockBackupAPI) ListCopyJobSummariesPagesWithContext added in v1.54.2

func (m *MockBackupAPI) ListCopyJobSummariesPagesWithContext(arg0 context.Context, arg1 *backup.ListCopyJobSummariesInput, arg2 func(*backup.ListCopyJobSummariesOutput, bool) bool, arg3 ...request.Option) error

ListCopyJobSummariesPagesWithContext mocks base method

func (*MockBackupAPI) ListCopyJobSummariesRequest added in v1.54.2

ListCopyJobSummariesRequest mocks base method

func (*MockBackupAPI) ListCopyJobSummariesWithContext added in v1.54.2

func (m *MockBackupAPI) ListCopyJobSummariesWithContext(arg0 context.Context, arg1 *backup.ListCopyJobSummariesInput, arg2 ...request.Option) (*backup.ListCopyJobSummariesOutput, error)

ListCopyJobSummariesWithContext 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

ListFrameworks mocks base method

func (*MockBackupAPI) ListFrameworksPages

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

ListFrameworksPages mocks base method

func (*MockBackupAPI) ListFrameworksPagesWithContext

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

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

ListFrameworksRequest mocks base method

func (*MockBackupAPI) ListFrameworksWithContext

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

ListFrameworksWithContext mocks base method

func (*MockBackupAPI) ListLegalHolds added in v1.44.146

ListLegalHolds mocks base method

func (*MockBackupAPI) ListLegalHoldsPages added in v1.44.146

func (m *MockBackupAPI) ListLegalHoldsPages(arg0 *backup.ListLegalHoldsInput, arg1 func(*backup.ListLegalHoldsOutput, bool) bool) error

ListLegalHoldsPages mocks base method

func (*MockBackupAPI) ListLegalHoldsPagesWithContext added in v1.44.146

func (m *MockBackupAPI) ListLegalHoldsPagesWithContext(arg0 context.Context, arg1 *backup.ListLegalHoldsInput, arg2 func(*backup.ListLegalHoldsOutput, bool) bool, arg3 ...request.Option) error

ListLegalHoldsPagesWithContext mocks base method

func (*MockBackupAPI) ListLegalHoldsRequest added in v1.44.146

func (m *MockBackupAPI) ListLegalHoldsRequest(arg0 *backup.ListLegalHoldsInput) (*request.Request, *backup.ListLegalHoldsOutput)

ListLegalHoldsRequest mocks base method

func (*MockBackupAPI) ListLegalHoldsWithContext added in v1.44.146

func (m *MockBackupAPI) ListLegalHoldsWithContext(arg0 context.Context, arg1 *backup.ListLegalHoldsInput, arg2 ...request.Option) (*backup.ListLegalHoldsOutput, error)

ListLegalHoldsWithContext mocks base method

func (*MockBackupAPI) ListProtectedResources

ListProtectedResources mocks base method

func (*MockBackupAPI) ListProtectedResourcesByBackupVault added in v1.44.319

ListProtectedResourcesByBackupVault mocks base method

func (*MockBackupAPI) ListProtectedResourcesByBackupVaultPages added in v1.44.319

func (m *MockBackupAPI) ListProtectedResourcesByBackupVaultPages(arg0 *backup.ListProtectedResourcesByBackupVaultInput, arg1 func(*backup.ListProtectedResourcesByBackupVaultOutput, bool) bool) error

ListProtectedResourcesByBackupVaultPages mocks base method

func (*MockBackupAPI) ListProtectedResourcesByBackupVaultPagesWithContext added in v1.44.319

func (m *MockBackupAPI) ListProtectedResourcesByBackupVaultPagesWithContext(arg0 context.Context, arg1 *backup.ListProtectedResourcesByBackupVaultInput, arg2 func(*backup.ListProtectedResourcesByBackupVaultOutput, bool) bool, arg3 ...request.Option) error

ListProtectedResourcesByBackupVaultPagesWithContext mocks base method

func (*MockBackupAPI) ListProtectedResourcesByBackupVaultRequest added in v1.44.319

ListProtectedResourcesByBackupVaultRequest mocks base method

func (*MockBackupAPI) ListProtectedResourcesByBackupVaultWithContext added in v1.44.319

func (m *MockBackupAPI) ListProtectedResourcesByBackupVaultWithContext(arg0 context.Context, arg1 *backup.ListProtectedResourcesByBackupVaultInput, arg2 ...request.Option) (*backup.ListProtectedResourcesByBackupVaultOutput, error)

ListProtectedResourcesByBackupVaultWithContext 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) ListRecoveryPointsByLegalHold added in v1.44.146

ListRecoveryPointsByLegalHold mocks base method

func (*MockBackupAPI) ListRecoveryPointsByLegalHoldPages added in v1.44.146

func (m *MockBackupAPI) ListRecoveryPointsByLegalHoldPages(arg0 *backup.ListRecoveryPointsByLegalHoldInput, arg1 func(*backup.ListRecoveryPointsByLegalHoldOutput, bool) bool) error

ListRecoveryPointsByLegalHoldPages mocks base method

func (*MockBackupAPI) ListRecoveryPointsByLegalHoldPagesWithContext added in v1.44.146

func (m *MockBackupAPI) ListRecoveryPointsByLegalHoldPagesWithContext(arg0 context.Context, arg1 *backup.ListRecoveryPointsByLegalHoldInput, arg2 func(*backup.ListRecoveryPointsByLegalHoldOutput, bool) bool, arg3 ...request.Option) error

ListRecoveryPointsByLegalHoldPagesWithContext mocks base method

func (*MockBackupAPI) ListRecoveryPointsByLegalHoldRequest added in v1.44.146

ListRecoveryPointsByLegalHoldRequest mocks base method

func (*MockBackupAPI) ListRecoveryPointsByLegalHoldWithContext added in v1.44.146

func (m *MockBackupAPI) ListRecoveryPointsByLegalHoldWithContext(arg0 context.Context, arg1 *backup.ListRecoveryPointsByLegalHoldInput, arg2 ...request.Option) (*backup.ListRecoveryPointsByLegalHoldOutput, error)

ListRecoveryPointsByLegalHoldWithContext 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

ListReportJobs mocks base method

func (*MockBackupAPI) ListReportJobsPages

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

ListReportJobsPages mocks base method

func (*MockBackupAPI) ListReportJobsPagesWithContext

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

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

ListReportJobsRequest mocks base method

func (*MockBackupAPI) ListReportJobsWithContext

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

ListReportJobsWithContext mocks base method

func (*MockBackupAPI) ListReportPlans

ListReportPlans mocks base method

func (*MockBackupAPI) ListReportPlansPages

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

ListReportPlansPages mocks base method

func (*MockBackupAPI) ListReportPlansPagesWithContext

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

ListReportPlansRequest mocks base method

func (*MockBackupAPI) ListReportPlansWithContext

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

ListReportPlansWithContext mocks base method

func (*MockBackupAPI) ListRestoreJobSummaries added in v1.54.2

ListRestoreJobSummaries mocks base method

func (*MockBackupAPI) ListRestoreJobSummariesPages added in v1.54.2

func (m *MockBackupAPI) ListRestoreJobSummariesPages(arg0 *backup.ListRestoreJobSummariesInput, arg1 func(*backup.ListRestoreJobSummariesOutput, bool) bool) error

ListRestoreJobSummariesPages mocks base method

func (*MockBackupAPI) ListRestoreJobSummariesPagesWithContext added in v1.54.2

func (m *MockBackupAPI) ListRestoreJobSummariesPagesWithContext(arg0 context.Context, arg1 *backup.ListRestoreJobSummariesInput, arg2 func(*backup.ListRestoreJobSummariesOutput, bool) bool, arg3 ...request.Option) error

ListRestoreJobSummariesPagesWithContext mocks base method

func (*MockBackupAPI) ListRestoreJobSummariesRequest added in v1.54.2

ListRestoreJobSummariesRequest mocks base method

func (*MockBackupAPI) ListRestoreJobSummariesWithContext added in v1.54.2

func (m *MockBackupAPI) ListRestoreJobSummariesWithContext(arg0 context.Context, arg1 *backup.ListRestoreJobSummariesInput, arg2 ...request.Option) (*backup.ListRestoreJobSummariesOutput, error)

ListRestoreJobSummariesWithContext mocks base method

func (*MockBackupAPI) ListRestoreJobs

ListRestoreJobs mocks base method

func (*MockBackupAPI) ListRestoreJobsByProtectedResource added in v1.54.2

ListRestoreJobsByProtectedResource mocks base method

func (*MockBackupAPI) ListRestoreJobsByProtectedResourcePages added in v1.54.2

func (m *MockBackupAPI) ListRestoreJobsByProtectedResourcePages(arg0 *backup.ListRestoreJobsByProtectedResourceInput, arg1 func(*backup.ListRestoreJobsByProtectedResourceOutput, bool) bool) error

ListRestoreJobsByProtectedResourcePages mocks base method

func (*MockBackupAPI) ListRestoreJobsByProtectedResourcePagesWithContext added in v1.54.2

func (m *MockBackupAPI) ListRestoreJobsByProtectedResourcePagesWithContext(arg0 context.Context, arg1 *backup.ListRestoreJobsByProtectedResourceInput, arg2 func(*backup.ListRestoreJobsByProtectedResourceOutput, bool) bool, arg3 ...request.Option) error

ListRestoreJobsByProtectedResourcePagesWithContext mocks base method

func (*MockBackupAPI) ListRestoreJobsByProtectedResourceRequest added in v1.54.2

ListRestoreJobsByProtectedResourceRequest mocks base method

func (*MockBackupAPI) ListRestoreJobsByProtectedResourceWithContext added in v1.54.2

func (m *MockBackupAPI) ListRestoreJobsByProtectedResourceWithContext(arg0 context.Context, arg1 *backup.ListRestoreJobsByProtectedResourceInput, arg2 ...request.Option) (*backup.ListRestoreJobsByProtectedResourceOutput, error)

ListRestoreJobsByProtectedResourceWithContext 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) ListRestoreTestingPlans added in v1.54.2

ListRestoreTestingPlans mocks base method

func (*MockBackupAPI) ListRestoreTestingPlansPages added in v1.54.2

func (m *MockBackupAPI) ListRestoreTestingPlansPages(arg0 *backup.ListRestoreTestingPlansInput, arg1 func(*backup.ListRestoreTestingPlansOutput, bool) bool) error

ListRestoreTestingPlansPages mocks base method

func (*MockBackupAPI) ListRestoreTestingPlansPagesWithContext added in v1.54.2

func (m *MockBackupAPI) ListRestoreTestingPlansPagesWithContext(arg0 context.Context, arg1 *backup.ListRestoreTestingPlansInput, arg2 func(*backup.ListRestoreTestingPlansOutput, bool) bool, arg3 ...request.Option) error

ListRestoreTestingPlansPagesWithContext mocks base method

func (*MockBackupAPI) ListRestoreTestingPlansRequest added in v1.54.2

ListRestoreTestingPlansRequest mocks base method

func (*MockBackupAPI) ListRestoreTestingPlansWithContext added in v1.54.2

func (m *MockBackupAPI) ListRestoreTestingPlansWithContext(arg0 context.Context, arg1 *backup.ListRestoreTestingPlansInput, arg2 ...request.Option) (*backup.ListRestoreTestingPlansOutput, error)

ListRestoreTestingPlansWithContext mocks base method

func (*MockBackupAPI) ListRestoreTestingSelections added in v1.54.2

ListRestoreTestingSelections mocks base method

func (*MockBackupAPI) ListRestoreTestingSelectionsPages added in v1.54.2

func (m *MockBackupAPI) ListRestoreTestingSelectionsPages(arg0 *backup.ListRestoreTestingSelectionsInput, arg1 func(*backup.ListRestoreTestingSelectionsOutput, bool) bool) error

ListRestoreTestingSelectionsPages mocks base method

func (*MockBackupAPI) ListRestoreTestingSelectionsPagesWithContext added in v1.54.2

func (m *MockBackupAPI) ListRestoreTestingSelectionsPagesWithContext(arg0 context.Context, arg1 *backup.ListRestoreTestingSelectionsInput, arg2 func(*backup.ListRestoreTestingSelectionsOutput, bool) bool, arg3 ...request.Option) error

ListRestoreTestingSelectionsPagesWithContext mocks base method

func (*MockBackupAPI) ListRestoreTestingSelectionsRequest added in v1.54.2

ListRestoreTestingSelectionsRequest mocks base method

func (*MockBackupAPI) ListRestoreTestingSelectionsWithContext added in v1.54.2

func (m *MockBackupAPI) ListRestoreTestingSelectionsWithContext(arg0 context.Context, arg1 *backup.ListRestoreTestingSelectionsInput, arg2 ...request.Option) (*backup.ListRestoreTestingSelectionsOutput, error)

ListRestoreTestingSelectionsWithContext 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

PutBackupVaultLockConfiguration mocks base method

func (*MockBackupAPI) PutBackupVaultLockConfigurationRequest

PutBackupVaultLockConfigurationRequest mocks base method

func (*MockBackupAPI) PutBackupVaultLockConfigurationWithContext

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) PutRestoreValidationResult added in v1.54.2

PutRestoreValidationResult mocks base method

func (*MockBackupAPI) PutRestoreValidationResultRequest added in v1.54.2

PutRestoreValidationResultRequest mocks base method

func (*MockBackupAPI) PutRestoreValidationResultWithContext added in v1.54.2

func (m *MockBackupAPI) PutRestoreValidationResultWithContext(arg0 context.Context, arg1 *backup.PutRestoreValidationResultInput, arg2 ...request.Option) (*backup.PutRestoreValidationResultOutput, error)

PutRestoreValidationResultWithContext 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

StartReportJob mocks base method

func (*MockBackupAPI) StartReportJobRequest

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

StartReportJobRequest mocks base method

func (*MockBackupAPI) StartReportJobWithContext

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

UpdateFramework mocks base method

func (*MockBackupAPI) UpdateFrameworkRequest

UpdateFrameworkRequest mocks base method

func (*MockBackupAPI) UpdateFrameworkWithContext

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

UpdateReportPlan mocks base method

func (*MockBackupAPI) UpdateReportPlanRequest

UpdateReportPlanRequest mocks base method

func (*MockBackupAPI) UpdateReportPlanWithContext

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

UpdateReportPlanWithContext mocks base method

func (*MockBackupAPI) UpdateRestoreTestingPlan added in v1.54.2

UpdateRestoreTestingPlan mocks base method

func (*MockBackupAPI) UpdateRestoreTestingPlanRequest added in v1.54.2

UpdateRestoreTestingPlanRequest mocks base method

func (*MockBackupAPI) UpdateRestoreTestingPlanWithContext added in v1.54.2

func (m *MockBackupAPI) UpdateRestoreTestingPlanWithContext(arg0 context.Context, arg1 *backup.UpdateRestoreTestingPlanInput, arg2 ...request.Option) (*backup.UpdateRestoreTestingPlanOutput, error)

UpdateRestoreTestingPlanWithContext mocks base method

func (*MockBackupAPI) UpdateRestoreTestingSelection added in v1.54.2

UpdateRestoreTestingSelection mocks base method

func (*MockBackupAPI) UpdateRestoreTestingSelectionRequest added in v1.54.2

UpdateRestoreTestingSelectionRequest mocks base method

func (*MockBackupAPI) UpdateRestoreTestingSelectionWithContext added in v1.54.2

func (m *MockBackupAPI) UpdateRestoreTestingSelectionWithContext(arg0 context.Context, arg1 *backup.UpdateRestoreTestingSelectionInput, arg2 ...request.Option) (*backup.UpdateRestoreTestingSelectionOutput, error)

UpdateRestoreTestingSelectionWithContext mocks base method

type MockBackupAPIMockRecorder

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

MockBackupAPIMockRecorder is the mock recorder for MockBackupAPI

func (*MockBackupAPIMockRecorder) CancelLegalHold added in v1.44.146

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

CancelLegalHold indicates an expected call of CancelLegalHold

func (*MockBackupAPIMockRecorder) CancelLegalHoldRequest added in v1.44.146

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

CancelLegalHoldRequest indicates an expected call of CancelLegalHoldRequest

func (*MockBackupAPIMockRecorder) CancelLegalHoldWithContext added in v1.44.146

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

CancelLegalHoldWithContext indicates an expected call of CancelLegalHoldWithContext

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

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

CreateFramework indicates an expected call of CreateFramework

func (*MockBackupAPIMockRecorder) CreateFrameworkRequest

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

CreateFrameworkRequest indicates an expected call of CreateFrameworkRequest

func (*MockBackupAPIMockRecorder) CreateFrameworkWithContext

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

CreateFrameworkWithContext indicates an expected call of CreateFrameworkWithContext

func (*MockBackupAPIMockRecorder) CreateLegalHold added in v1.44.146

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

CreateLegalHold indicates an expected call of CreateLegalHold

func (*MockBackupAPIMockRecorder) CreateLegalHoldRequest added in v1.44.146

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

CreateLegalHoldRequest indicates an expected call of CreateLegalHoldRequest

func (*MockBackupAPIMockRecorder) CreateLegalHoldWithContext added in v1.44.146

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

CreateLegalHoldWithContext indicates an expected call of CreateLegalHoldWithContext

func (*MockBackupAPIMockRecorder) CreateLogicallyAirGappedBackupVault added in v1.44.319

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

CreateLogicallyAirGappedBackupVault indicates an expected call of CreateLogicallyAirGappedBackupVault

func (*MockBackupAPIMockRecorder) CreateLogicallyAirGappedBackupVaultRequest added in v1.44.319

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

CreateLogicallyAirGappedBackupVaultRequest indicates an expected call of CreateLogicallyAirGappedBackupVaultRequest

func (*MockBackupAPIMockRecorder) CreateLogicallyAirGappedBackupVaultWithContext added in v1.44.319

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

CreateLogicallyAirGappedBackupVaultWithContext indicates an expected call of CreateLogicallyAirGappedBackupVaultWithContext

func (*MockBackupAPIMockRecorder) CreateReportPlan

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

CreateReportPlan indicates an expected call of CreateReportPlan

func (*MockBackupAPIMockRecorder) CreateReportPlanRequest

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

CreateReportPlanRequest indicates an expected call of CreateReportPlanRequest

func (*MockBackupAPIMockRecorder) CreateReportPlanWithContext

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

CreateReportPlanWithContext indicates an expected call of CreateReportPlanWithContext

func (*MockBackupAPIMockRecorder) CreateRestoreTestingPlan added in v1.54.2

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

CreateRestoreTestingPlan indicates an expected call of CreateRestoreTestingPlan

func (*MockBackupAPIMockRecorder) CreateRestoreTestingPlanRequest added in v1.54.2

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

CreateRestoreTestingPlanRequest indicates an expected call of CreateRestoreTestingPlanRequest

func (*MockBackupAPIMockRecorder) CreateRestoreTestingPlanWithContext added in v1.54.2

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

CreateRestoreTestingPlanWithContext indicates an expected call of CreateRestoreTestingPlanWithContext

func (*MockBackupAPIMockRecorder) CreateRestoreTestingSelection added in v1.54.2

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

CreateRestoreTestingSelection indicates an expected call of CreateRestoreTestingSelection

func (*MockBackupAPIMockRecorder) CreateRestoreTestingSelectionRequest added in v1.54.2

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

CreateRestoreTestingSelectionRequest indicates an expected call of CreateRestoreTestingSelectionRequest

func (*MockBackupAPIMockRecorder) CreateRestoreTestingSelectionWithContext added in v1.54.2

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

CreateRestoreTestingSelectionWithContext indicates an expected call of CreateRestoreTestingSelectionWithContext

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

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

DeleteBackupVaultLockConfiguration indicates an expected call of DeleteBackupVaultLockConfiguration

func (*MockBackupAPIMockRecorder) DeleteBackupVaultLockConfigurationRequest

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

DeleteBackupVaultLockConfigurationRequest indicates an expected call of DeleteBackupVaultLockConfigurationRequest

func (*MockBackupAPIMockRecorder) DeleteBackupVaultLockConfigurationWithContext

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

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

DeleteFramework indicates an expected call of DeleteFramework

func (*MockBackupAPIMockRecorder) DeleteFrameworkRequest

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

DeleteFrameworkRequest indicates an expected call of DeleteFrameworkRequest

func (*MockBackupAPIMockRecorder) DeleteFrameworkWithContext

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

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

DeleteReportPlan indicates an expected call of DeleteReportPlan

func (*MockBackupAPIMockRecorder) DeleteReportPlanRequest

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

DeleteReportPlanRequest indicates an expected call of DeleteReportPlanRequest

func (*MockBackupAPIMockRecorder) DeleteReportPlanWithContext

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

DeleteReportPlanWithContext indicates an expected call of DeleteReportPlanWithContext

func (*MockBackupAPIMockRecorder) DeleteRestoreTestingPlan added in v1.54.2

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

DeleteRestoreTestingPlan indicates an expected call of DeleteRestoreTestingPlan

func (*MockBackupAPIMockRecorder) DeleteRestoreTestingPlanRequest added in v1.54.2

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

DeleteRestoreTestingPlanRequest indicates an expected call of DeleteRestoreTestingPlanRequest

func (*MockBackupAPIMockRecorder) DeleteRestoreTestingPlanWithContext added in v1.54.2

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

DeleteRestoreTestingPlanWithContext indicates an expected call of DeleteRestoreTestingPlanWithContext

func (*MockBackupAPIMockRecorder) DeleteRestoreTestingSelection added in v1.54.2

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

DeleteRestoreTestingSelection indicates an expected call of DeleteRestoreTestingSelection

func (*MockBackupAPIMockRecorder) DeleteRestoreTestingSelectionRequest added in v1.54.2

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

DeleteRestoreTestingSelectionRequest indicates an expected call of DeleteRestoreTestingSelectionRequest

func (*MockBackupAPIMockRecorder) DeleteRestoreTestingSelectionWithContext added in v1.54.2

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

DeleteRestoreTestingSelectionWithContext indicates an expected call of DeleteRestoreTestingSelectionWithContext

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

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

DescribeFramework indicates an expected call of DescribeFramework

func (*MockBackupAPIMockRecorder) DescribeFrameworkRequest

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

DescribeFrameworkRequest indicates an expected call of DescribeFrameworkRequest

func (*MockBackupAPIMockRecorder) DescribeFrameworkWithContext

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

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

DescribeReportJob indicates an expected call of DescribeReportJob

func (*MockBackupAPIMockRecorder) DescribeReportJobRequest

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

DescribeReportJobRequest indicates an expected call of DescribeReportJobRequest

func (*MockBackupAPIMockRecorder) DescribeReportJobWithContext

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

DescribeReportJobWithContext indicates an expected call of DescribeReportJobWithContext

func (*MockBackupAPIMockRecorder) DescribeReportPlan

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

DescribeReportPlan indicates an expected call of DescribeReportPlan

func (*MockBackupAPIMockRecorder) DescribeReportPlanRequest

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

DescribeReportPlanRequest indicates an expected call of DescribeReportPlanRequest

func (*MockBackupAPIMockRecorder) DescribeReportPlanWithContext

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

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

DisassociateRecoveryPoint indicates an expected call of DisassociateRecoveryPoint

func (*MockBackupAPIMockRecorder) DisassociateRecoveryPointFromParent added in v1.44.146

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

DisassociateRecoveryPointFromParent indicates an expected call of DisassociateRecoveryPointFromParent

func (*MockBackupAPIMockRecorder) DisassociateRecoveryPointFromParentRequest added in v1.44.146

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

DisassociateRecoveryPointFromParentRequest indicates an expected call of DisassociateRecoveryPointFromParentRequest

func (*MockBackupAPIMockRecorder) DisassociateRecoveryPointFromParentWithContext added in v1.44.146

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

DisassociateRecoveryPointFromParentWithContext indicates an expected call of DisassociateRecoveryPointFromParentWithContext

func (*MockBackupAPIMockRecorder) DisassociateRecoveryPointRequest

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

DisassociateRecoveryPointRequest indicates an expected call of DisassociateRecoveryPointRequest

func (*MockBackupAPIMockRecorder) DisassociateRecoveryPointWithContext

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) GetLegalHold added in v1.44.146

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

GetLegalHold indicates an expected call of GetLegalHold

func (*MockBackupAPIMockRecorder) GetLegalHoldRequest added in v1.44.146

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

GetLegalHoldRequest indicates an expected call of GetLegalHoldRequest

func (*MockBackupAPIMockRecorder) GetLegalHoldWithContext added in v1.44.146

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

GetLegalHoldWithContext indicates an expected call of GetLegalHoldWithContext

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) GetRestoreJobMetadata added in v1.54.2

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

GetRestoreJobMetadata indicates an expected call of GetRestoreJobMetadata

func (*MockBackupAPIMockRecorder) GetRestoreJobMetadataRequest added in v1.54.2

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

GetRestoreJobMetadataRequest indicates an expected call of GetRestoreJobMetadataRequest

func (*MockBackupAPIMockRecorder) GetRestoreJobMetadataWithContext added in v1.54.2

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

GetRestoreJobMetadataWithContext indicates an expected call of GetRestoreJobMetadataWithContext

func (*MockBackupAPIMockRecorder) GetRestoreTestingInferredMetadata added in v1.54.2

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

GetRestoreTestingInferredMetadata indicates an expected call of GetRestoreTestingInferredMetadata

func (*MockBackupAPIMockRecorder) GetRestoreTestingInferredMetadataRequest added in v1.54.2

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

GetRestoreTestingInferredMetadataRequest indicates an expected call of GetRestoreTestingInferredMetadataRequest

func (*MockBackupAPIMockRecorder) GetRestoreTestingInferredMetadataWithContext added in v1.54.2

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

GetRestoreTestingInferredMetadataWithContext indicates an expected call of GetRestoreTestingInferredMetadataWithContext

func (*MockBackupAPIMockRecorder) GetRestoreTestingPlan added in v1.54.2

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

GetRestoreTestingPlan indicates an expected call of GetRestoreTestingPlan

func (*MockBackupAPIMockRecorder) GetRestoreTestingPlanRequest added in v1.54.2

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

GetRestoreTestingPlanRequest indicates an expected call of GetRestoreTestingPlanRequest

func (*MockBackupAPIMockRecorder) GetRestoreTestingPlanWithContext added in v1.54.2

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

GetRestoreTestingPlanWithContext indicates an expected call of GetRestoreTestingPlanWithContext

func (*MockBackupAPIMockRecorder) GetRestoreTestingSelection added in v1.54.2

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

GetRestoreTestingSelection indicates an expected call of GetRestoreTestingSelection

func (*MockBackupAPIMockRecorder) GetRestoreTestingSelectionRequest added in v1.54.2

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

GetRestoreTestingSelectionRequest indicates an expected call of GetRestoreTestingSelectionRequest

func (*MockBackupAPIMockRecorder) GetRestoreTestingSelectionWithContext added in v1.54.2

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

GetRestoreTestingSelectionWithContext indicates an expected call of GetRestoreTestingSelectionWithContext

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) ListBackupJobSummaries added in v1.54.2

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

ListBackupJobSummaries indicates an expected call of ListBackupJobSummaries

func (*MockBackupAPIMockRecorder) ListBackupJobSummariesPages added in v1.54.2

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

ListBackupJobSummariesPages indicates an expected call of ListBackupJobSummariesPages

func (*MockBackupAPIMockRecorder) ListBackupJobSummariesPagesWithContext added in v1.54.2

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

ListBackupJobSummariesPagesWithContext indicates an expected call of ListBackupJobSummariesPagesWithContext

func (*MockBackupAPIMockRecorder) ListBackupJobSummariesRequest added in v1.54.2

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

ListBackupJobSummariesRequest indicates an expected call of ListBackupJobSummariesRequest

func (*MockBackupAPIMockRecorder) ListBackupJobSummariesWithContext added in v1.54.2

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

ListBackupJobSummariesWithContext indicates an expected call of ListBackupJobSummariesWithContext

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) ListCopyJobSummaries added in v1.54.2

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

ListCopyJobSummaries indicates an expected call of ListCopyJobSummaries

func (*MockBackupAPIMockRecorder) ListCopyJobSummariesPages added in v1.54.2

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

ListCopyJobSummariesPages indicates an expected call of ListCopyJobSummariesPages

func (*MockBackupAPIMockRecorder) ListCopyJobSummariesPagesWithContext added in v1.54.2

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

ListCopyJobSummariesPagesWithContext indicates an expected call of ListCopyJobSummariesPagesWithContext

func (*MockBackupAPIMockRecorder) ListCopyJobSummariesRequest added in v1.54.2

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

ListCopyJobSummariesRequest indicates an expected call of ListCopyJobSummariesRequest

func (*MockBackupAPIMockRecorder) ListCopyJobSummariesWithContext added in v1.54.2

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

ListCopyJobSummariesWithContext indicates an expected call of ListCopyJobSummariesWithContext

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

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

ListFrameworks indicates an expected call of ListFrameworks

func (*MockBackupAPIMockRecorder) ListFrameworksPages

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

ListFrameworksPages indicates an expected call of ListFrameworksPages

func (*MockBackupAPIMockRecorder) ListFrameworksPagesWithContext

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

ListFrameworksPagesWithContext indicates an expected call of ListFrameworksPagesWithContext

func (*MockBackupAPIMockRecorder) ListFrameworksRequest

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

ListFrameworksRequest indicates an expected call of ListFrameworksRequest

func (*MockBackupAPIMockRecorder) ListFrameworksWithContext

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

ListFrameworksWithContext indicates an expected call of ListFrameworksWithContext

func (*MockBackupAPIMockRecorder) ListLegalHolds added in v1.44.146

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

ListLegalHolds indicates an expected call of ListLegalHolds

func (*MockBackupAPIMockRecorder) ListLegalHoldsPages added in v1.44.146

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

ListLegalHoldsPages indicates an expected call of ListLegalHoldsPages

func (*MockBackupAPIMockRecorder) ListLegalHoldsPagesWithContext added in v1.44.146

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

ListLegalHoldsPagesWithContext indicates an expected call of ListLegalHoldsPagesWithContext

func (*MockBackupAPIMockRecorder) ListLegalHoldsRequest added in v1.44.146

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

ListLegalHoldsRequest indicates an expected call of ListLegalHoldsRequest

func (*MockBackupAPIMockRecorder) ListLegalHoldsWithContext added in v1.44.146

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

ListLegalHoldsWithContext indicates an expected call of ListLegalHoldsWithContext

func (*MockBackupAPIMockRecorder) ListProtectedResources

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

ListProtectedResources indicates an expected call of ListProtectedResources

func (*MockBackupAPIMockRecorder) ListProtectedResourcesByBackupVault added in v1.44.319

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

ListProtectedResourcesByBackupVault indicates an expected call of ListProtectedResourcesByBackupVault

func (*MockBackupAPIMockRecorder) ListProtectedResourcesByBackupVaultPages added in v1.44.319

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

ListProtectedResourcesByBackupVaultPages indicates an expected call of ListProtectedResourcesByBackupVaultPages

func (*MockBackupAPIMockRecorder) ListProtectedResourcesByBackupVaultPagesWithContext added in v1.44.319

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

ListProtectedResourcesByBackupVaultPagesWithContext indicates an expected call of ListProtectedResourcesByBackupVaultPagesWithContext

func (*MockBackupAPIMockRecorder) ListProtectedResourcesByBackupVaultRequest added in v1.44.319

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

ListProtectedResourcesByBackupVaultRequest indicates an expected call of ListProtectedResourcesByBackupVaultRequest

func (*MockBackupAPIMockRecorder) ListProtectedResourcesByBackupVaultWithContext added in v1.44.319

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

ListProtectedResourcesByBackupVaultWithContext indicates an expected call of ListProtectedResourcesByBackupVaultWithContext

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) ListRecoveryPointsByLegalHold added in v1.44.146

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

ListRecoveryPointsByLegalHold indicates an expected call of ListRecoveryPointsByLegalHold

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByLegalHoldPages added in v1.44.146

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

ListRecoveryPointsByLegalHoldPages indicates an expected call of ListRecoveryPointsByLegalHoldPages

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByLegalHoldPagesWithContext added in v1.44.146

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

ListRecoveryPointsByLegalHoldPagesWithContext indicates an expected call of ListRecoveryPointsByLegalHoldPagesWithContext

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByLegalHoldRequest added in v1.44.146

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

ListRecoveryPointsByLegalHoldRequest indicates an expected call of ListRecoveryPointsByLegalHoldRequest

func (*MockBackupAPIMockRecorder) ListRecoveryPointsByLegalHoldWithContext added in v1.44.146

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

ListRecoveryPointsByLegalHoldWithContext indicates an expected call of ListRecoveryPointsByLegalHoldWithContext

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

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

ListReportJobs indicates an expected call of ListReportJobs

func (*MockBackupAPIMockRecorder) ListReportJobsPages

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

ListReportJobsPages indicates an expected call of ListReportJobsPages

func (*MockBackupAPIMockRecorder) ListReportJobsPagesWithContext

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

ListReportJobsPagesWithContext indicates an expected call of ListReportJobsPagesWithContext

func (*MockBackupAPIMockRecorder) ListReportJobsRequest

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

ListReportJobsRequest indicates an expected call of ListReportJobsRequest

func (*MockBackupAPIMockRecorder) ListReportJobsWithContext

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

ListReportJobsWithContext indicates an expected call of ListReportJobsWithContext

func (*MockBackupAPIMockRecorder) ListReportPlans

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

ListReportPlans indicates an expected call of ListReportPlans

func (*MockBackupAPIMockRecorder) ListReportPlansPages

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

ListReportPlansPages indicates an expected call of ListReportPlansPages

func (*MockBackupAPIMockRecorder) ListReportPlansPagesWithContext

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

ListReportPlansPagesWithContext indicates an expected call of ListReportPlansPagesWithContext

func (*MockBackupAPIMockRecorder) ListReportPlansRequest

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

ListReportPlansRequest indicates an expected call of ListReportPlansRequest

func (*MockBackupAPIMockRecorder) ListReportPlansWithContext

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

ListReportPlansWithContext indicates an expected call of ListReportPlansWithContext

func (*MockBackupAPIMockRecorder) ListRestoreJobSummaries added in v1.54.2

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

ListRestoreJobSummaries indicates an expected call of ListRestoreJobSummaries

func (*MockBackupAPIMockRecorder) ListRestoreJobSummariesPages added in v1.54.2

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

ListRestoreJobSummariesPages indicates an expected call of ListRestoreJobSummariesPages

func (*MockBackupAPIMockRecorder) ListRestoreJobSummariesPagesWithContext added in v1.54.2

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

ListRestoreJobSummariesPagesWithContext indicates an expected call of ListRestoreJobSummariesPagesWithContext

func (*MockBackupAPIMockRecorder) ListRestoreJobSummariesRequest added in v1.54.2

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

ListRestoreJobSummariesRequest indicates an expected call of ListRestoreJobSummariesRequest

func (*MockBackupAPIMockRecorder) ListRestoreJobSummariesWithContext added in v1.54.2

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

ListRestoreJobSummariesWithContext indicates an expected call of ListRestoreJobSummariesWithContext

func (*MockBackupAPIMockRecorder) ListRestoreJobs

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

ListRestoreJobs indicates an expected call of ListRestoreJobs

func (*MockBackupAPIMockRecorder) ListRestoreJobsByProtectedResource added in v1.54.2

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

ListRestoreJobsByProtectedResource indicates an expected call of ListRestoreJobsByProtectedResource

func (*MockBackupAPIMockRecorder) ListRestoreJobsByProtectedResourcePages added in v1.54.2

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

ListRestoreJobsByProtectedResourcePages indicates an expected call of ListRestoreJobsByProtectedResourcePages

func (*MockBackupAPIMockRecorder) ListRestoreJobsByProtectedResourcePagesWithContext added in v1.54.2

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

ListRestoreJobsByProtectedResourcePagesWithContext indicates an expected call of ListRestoreJobsByProtectedResourcePagesWithContext

func (*MockBackupAPIMockRecorder) ListRestoreJobsByProtectedResourceRequest added in v1.54.2

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

ListRestoreJobsByProtectedResourceRequest indicates an expected call of ListRestoreJobsByProtectedResourceRequest

func (*MockBackupAPIMockRecorder) ListRestoreJobsByProtectedResourceWithContext added in v1.54.2

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

ListRestoreJobsByProtectedResourceWithContext indicates an expected call of ListRestoreJobsByProtectedResourceWithContext

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) ListRestoreTestingPlans added in v1.54.2

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

ListRestoreTestingPlans indicates an expected call of ListRestoreTestingPlans

func (*MockBackupAPIMockRecorder) ListRestoreTestingPlansPages added in v1.54.2

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

ListRestoreTestingPlansPages indicates an expected call of ListRestoreTestingPlansPages

func (*MockBackupAPIMockRecorder) ListRestoreTestingPlansPagesWithContext added in v1.54.2

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

ListRestoreTestingPlansPagesWithContext indicates an expected call of ListRestoreTestingPlansPagesWithContext

func (*MockBackupAPIMockRecorder) ListRestoreTestingPlansRequest added in v1.54.2

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

ListRestoreTestingPlansRequest indicates an expected call of ListRestoreTestingPlansRequest

func (*MockBackupAPIMockRecorder) ListRestoreTestingPlansWithContext added in v1.54.2

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

ListRestoreTestingPlansWithContext indicates an expected call of ListRestoreTestingPlansWithContext

func (*MockBackupAPIMockRecorder) ListRestoreTestingSelections added in v1.54.2

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

ListRestoreTestingSelections indicates an expected call of ListRestoreTestingSelections

func (*MockBackupAPIMockRecorder) ListRestoreTestingSelectionsPages added in v1.54.2

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

ListRestoreTestingSelectionsPages indicates an expected call of ListRestoreTestingSelectionsPages

func (*MockBackupAPIMockRecorder) ListRestoreTestingSelectionsPagesWithContext added in v1.54.2

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

ListRestoreTestingSelectionsPagesWithContext indicates an expected call of ListRestoreTestingSelectionsPagesWithContext

func (*MockBackupAPIMockRecorder) ListRestoreTestingSelectionsRequest added in v1.54.2

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

ListRestoreTestingSelectionsRequest indicates an expected call of ListRestoreTestingSelectionsRequest

func (*MockBackupAPIMockRecorder) ListRestoreTestingSelectionsWithContext added in v1.54.2

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

ListRestoreTestingSelectionsWithContext indicates an expected call of ListRestoreTestingSelectionsWithContext

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

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

PutBackupVaultLockConfiguration indicates an expected call of PutBackupVaultLockConfiguration

func (*MockBackupAPIMockRecorder) PutBackupVaultLockConfigurationRequest

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

PutBackupVaultLockConfigurationRequest indicates an expected call of PutBackupVaultLockConfigurationRequest

func (*MockBackupAPIMockRecorder) PutBackupVaultLockConfigurationWithContext

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) PutRestoreValidationResult added in v1.54.2

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

PutRestoreValidationResult indicates an expected call of PutRestoreValidationResult

func (*MockBackupAPIMockRecorder) PutRestoreValidationResultRequest added in v1.54.2

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

PutRestoreValidationResultRequest indicates an expected call of PutRestoreValidationResultRequest

func (*MockBackupAPIMockRecorder) PutRestoreValidationResultWithContext added in v1.54.2

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

PutRestoreValidationResultWithContext indicates an expected call of PutRestoreValidationResultWithContext

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

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

StartReportJob indicates an expected call of StartReportJob

func (*MockBackupAPIMockRecorder) StartReportJobRequest

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

StartReportJobRequest indicates an expected call of StartReportJobRequest

func (*MockBackupAPIMockRecorder) StartReportJobWithContext

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

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

UpdateFramework indicates an expected call of UpdateFramework

func (*MockBackupAPIMockRecorder) UpdateFrameworkRequest

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

UpdateFrameworkRequest indicates an expected call of UpdateFrameworkRequest

func (*MockBackupAPIMockRecorder) UpdateFrameworkWithContext

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

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

UpdateReportPlan indicates an expected call of UpdateReportPlan

func (*MockBackupAPIMockRecorder) UpdateReportPlanRequest

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

UpdateReportPlanRequest indicates an expected call of UpdateReportPlanRequest

func (*MockBackupAPIMockRecorder) UpdateReportPlanWithContext

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

UpdateReportPlanWithContext indicates an expected call of UpdateReportPlanWithContext

func (*MockBackupAPIMockRecorder) UpdateRestoreTestingPlan added in v1.54.2

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

UpdateRestoreTestingPlan indicates an expected call of UpdateRestoreTestingPlan

func (*MockBackupAPIMockRecorder) UpdateRestoreTestingPlanRequest added in v1.54.2

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

UpdateRestoreTestingPlanRequest indicates an expected call of UpdateRestoreTestingPlanRequest

func (*MockBackupAPIMockRecorder) UpdateRestoreTestingPlanWithContext added in v1.54.2

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

UpdateRestoreTestingPlanWithContext indicates an expected call of UpdateRestoreTestingPlanWithContext

func (*MockBackupAPIMockRecorder) UpdateRestoreTestingSelection added in v1.54.2

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

UpdateRestoreTestingSelection indicates an expected call of UpdateRestoreTestingSelection

func (*MockBackupAPIMockRecorder) UpdateRestoreTestingSelectionRequest added in v1.54.2

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

UpdateRestoreTestingSelectionRequest indicates an expected call of UpdateRestoreTestingSelectionRequest

func (*MockBackupAPIMockRecorder) UpdateRestoreTestingSelectionWithContext added in v1.54.2

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

UpdateRestoreTestingSelectionWithContext indicates an expected call of UpdateRestoreTestingSelectionWithContext

Jump to

Keyboard shortcuts

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