detectivemock

package
v1.45.18 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package detectivemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDetectiveAPI

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

MockDetectiveAPI is a mock of DetectiveAPI interface

func NewMockDetectiveAPI

func NewMockDetectiveAPI(ctrl *gomock.Controller) *MockDetectiveAPI

NewMockDetectiveAPI creates a new mock instance

func (*MockDetectiveAPI) AcceptInvitation

AcceptInvitation mocks base method

func (*MockDetectiveAPI) AcceptInvitationRequest

AcceptInvitationRequest mocks base method

func (*MockDetectiveAPI) AcceptInvitationWithContext

func (m *MockDetectiveAPI) AcceptInvitationWithContext(arg0 context.Context, arg1 *detective.AcceptInvitationInput, arg2 ...request.Option) (*detective.AcceptInvitationOutput, error)

AcceptInvitationWithContext mocks base method

func (*MockDetectiveAPI) BatchGetGraphMemberDatasources added in v1.44.63

BatchGetGraphMemberDatasources mocks base method

func (*MockDetectiveAPI) BatchGetGraphMemberDatasourcesRequest added in v1.44.63

BatchGetGraphMemberDatasourcesRequest mocks base method

func (*MockDetectiveAPI) BatchGetGraphMemberDatasourcesWithContext added in v1.44.63

BatchGetGraphMemberDatasourcesWithContext mocks base method

func (*MockDetectiveAPI) BatchGetMembershipDatasources added in v1.44.63

BatchGetMembershipDatasources mocks base method

func (*MockDetectiveAPI) BatchGetMembershipDatasourcesRequest added in v1.44.63

BatchGetMembershipDatasourcesRequest mocks base method

func (*MockDetectiveAPI) BatchGetMembershipDatasourcesWithContext added in v1.44.63

BatchGetMembershipDatasourcesWithContext mocks base method

func (*MockDetectiveAPI) CreateGraph

CreateGraph mocks base method

func (*MockDetectiveAPI) CreateGraphRequest

CreateGraphRequest mocks base method

func (*MockDetectiveAPI) CreateGraphWithContext

func (m *MockDetectiveAPI) CreateGraphWithContext(arg0 context.Context, arg1 *detective.CreateGraphInput, arg2 ...request.Option) (*detective.CreateGraphOutput, error)

CreateGraphWithContext mocks base method

func (*MockDetectiveAPI) CreateMembers

CreateMembers mocks base method

func (*MockDetectiveAPI) CreateMembersRequest

CreateMembersRequest mocks base method

func (*MockDetectiveAPI) CreateMembersWithContext

func (m *MockDetectiveAPI) CreateMembersWithContext(arg0 context.Context, arg1 *detective.CreateMembersInput, arg2 ...request.Option) (*detective.CreateMembersOutput, error)

CreateMembersWithContext mocks base method

func (*MockDetectiveAPI) DeleteGraph

DeleteGraph mocks base method

func (*MockDetectiveAPI) DeleteGraphRequest

DeleteGraphRequest mocks base method

func (*MockDetectiveAPI) DeleteGraphWithContext

func (m *MockDetectiveAPI) DeleteGraphWithContext(arg0 context.Context, arg1 *detective.DeleteGraphInput, arg2 ...request.Option) (*detective.DeleteGraphOutput, error)

DeleteGraphWithContext mocks base method

func (*MockDetectiveAPI) DeleteMembers

DeleteMembers mocks base method

func (*MockDetectiveAPI) DeleteMembersRequest

DeleteMembersRequest mocks base method

func (*MockDetectiveAPI) DeleteMembersWithContext

func (m *MockDetectiveAPI) DeleteMembersWithContext(arg0 context.Context, arg1 *detective.DeleteMembersInput, arg2 ...request.Option) (*detective.DeleteMembersOutput, error)

DeleteMembersWithContext mocks base method

func (*MockDetectiveAPI) DescribeOrganizationConfiguration

DescribeOrganizationConfiguration mocks base method

func (*MockDetectiveAPI) DescribeOrganizationConfigurationRequest

DescribeOrganizationConfigurationRequest mocks base method

func (*MockDetectiveAPI) DescribeOrganizationConfigurationWithContext

DescribeOrganizationConfigurationWithContext mocks base method

func (*MockDetectiveAPI) DisableOrganizationAdminAccount

DisableOrganizationAdminAccount mocks base method

func (*MockDetectiveAPI) DisableOrganizationAdminAccountRequest

DisableOrganizationAdminAccountRequest mocks base method

func (*MockDetectiveAPI) DisableOrganizationAdminAccountWithContext

DisableOrganizationAdminAccountWithContext mocks base method

func (*MockDetectiveAPI) DisassociateMembership

DisassociateMembership mocks base method

func (*MockDetectiveAPI) DisassociateMembershipRequest

DisassociateMembershipRequest mocks base method

func (*MockDetectiveAPI) DisassociateMembershipWithContext

func (m *MockDetectiveAPI) DisassociateMembershipWithContext(arg0 context.Context, arg1 *detective.DisassociateMembershipInput, arg2 ...request.Option) (*detective.DisassociateMembershipOutput, error)

DisassociateMembershipWithContext mocks base method

func (*MockDetectiveAPI) EXPECT

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

func (*MockDetectiveAPI) EnableOrganizationAdminAccount

EnableOrganizationAdminAccount mocks base method

func (*MockDetectiveAPI) EnableOrganizationAdminAccountRequest

EnableOrganizationAdminAccountRequest mocks base method

func (*MockDetectiveAPI) EnableOrganizationAdminAccountWithContext

EnableOrganizationAdminAccountWithContext mocks base method

func (*MockDetectiveAPI) GetMembers

GetMembers mocks base method

func (*MockDetectiveAPI) GetMembersRequest

GetMembersRequest mocks base method

func (*MockDetectiveAPI) GetMembersWithContext

func (m *MockDetectiveAPI) GetMembersWithContext(arg0 context.Context, arg1 *detective.GetMembersInput, arg2 ...request.Option) (*detective.GetMembersOutput, error)

GetMembersWithContext mocks base method

func (*MockDetectiveAPI) ListDatasourcePackages added in v1.44.63

ListDatasourcePackages mocks base method

func (*MockDetectiveAPI) ListDatasourcePackagesPages added in v1.44.63

func (m *MockDetectiveAPI) ListDatasourcePackagesPages(arg0 *detective.ListDatasourcePackagesInput, arg1 func(*detective.ListDatasourcePackagesOutput, bool) bool) error

ListDatasourcePackagesPages mocks base method

func (*MockDetectiveAPI) ListDatasourcePackagesPagesWithContext added in v1.44.63

func (m *MockDetectiveAPI) ListDatasourcePackagesPagesWithContext(arg0 context.Context, arg1 *detective.ListDatasourcePackagesInput, arg2 func(*detective.ListDatasourcePackagesOutput, bool) bool, arg3 ...request.Option) error

ListDatasourcePackagesPagesWithContext mocks base method

func (*MockDetectiveAPI) ListDatasourcePackagesRequest added in v1.44.63

ListDatasourcePackagesRequest mocks base method

func (*MockDetectiveAPI) ListDatasourcePackagesWithContext added in v1.44.63

func (m *MockDetectiveAPI) ListDatasourcePackagesWithContext(arg0 context.Context, arg1 *detective.ListDatasourcePackagesInput, arg2 ...request.Option) (*detective.ListDatasourcePackagesOutput, error)

ListDatasourcePackagesWithContext mocks base method

func (*MockDetectiveAPI) ListGraphs

ListGraphs mocks base method

func (*MockDetectiveAPI) ListGraphsPages

func (m *MockDetectiveAPI) ListGraphsPages(arg0 *detective.ListGraphsInput, arg1 func(*detective.ListGraphsOutput, bool) bool) error

ListGraphsPages mocks base method

func (*MockDetectiveAPI) ListGraphsPagesWithContext

func (m *MockDetectiveAPI) ListGraphsPagesWithContext(arg0 context.Context, arg1 *detective.ListGraphsInput, arg2 func(*detective.ListGraphsOutput, bool) bool, arg3 ...request.Option) error

ListGraphsPagesWithContext mocks base method

func (*MockDetectiveAPI) ListGraphsRequest

ListGraphsRequest mocks base method

func (*MockDetectiveAPI) ListGraphsWithContext

func (m *MockDetectiveAPI) ListGraphsWithContext(arg0 context.Context, arg1 *detective.ListGraphsInput, arg2 ...request.Option) (*detective.ListGraphsOutput, error)

ListGraphsWithContext mocks base method

func (*MockDetectiveAPI) ListInvitations

ListInvitations mocks base method

func (*MockDetectiveAPI) ListInvitationsPages

func (m *MockDetectiveAPI) ListInvitationsPages(arg0 *detective.ListInvitationsInput, arg1 func(*detective.ListInvitationsOutput, bool) bool) error

ListInvitationsPages mocks base method

func (*MockDetectiveAPI) ListInvitationsPagesWithContext

func (m *MockDetectiveAPI) ListInvitationsPagesWithContext(arg0 context.Context, arg1 *detective.ListInvitationsInput, arg2 func(*detective.ListInvitationsOutput, bool) bool, arg3 ...request.Option) error

ListInvitationsPagesWithContext mocks base method

func (*MockDetectiveAPI) ListInvitationsRequest

ListInvitationsRequest mocks base method

func (*MockDetectiveAPI) ListInvitationsWithContext

func (m *MockDetectiveAPI) ListInvitationsWithContext(arg0 context.Context, arg1 *detective.ListInvitationsInput, arg2 ...request.Option) (*detective.ListInvitationsOutput, error)

ListInvitationsWithContext mocks base method

func (*MockDetectiveAPI) ListMembers

ListMembers mocks base method

func (*MockDetectiveAPI) ListMembersPages

func (m *MockDetectiveAPI) ListMembersPages(arg0 *detective.ListMembersInput, arg1 func(*detective.ListMembersOutput, bool) bool) error

ListMembersPages mocks base method

func (*MockDetectiveAPI) ListMembersPagesWithContext

func (m *MockDetectiveAPI) ListMembersPagesWithContext(arg0 context.Context, arg1 *detective.ListMembersInput, arg2 func(*detective.ListMembersOutput, bool) bool, arg3 ...request.Option) error

ListMembersPagesWithContext mocks base method

func (*MockDetectiveAPI) ListMembersRequest

ListMembersRequest mocks base method

func (*MockDetectiveAPI) ListMembersWithContext

func (m *MockDetectiveAPI) ListMembersWithContext(arg0 context.Context, arg1 *detective.ListMembersInput, arg2 ...request.Option) (*detective.ListMembersOutput, error)

ListMembersWithContext mocks base method

func (*MockDetectiveAPI) ListOrganizationAdminAccounts

ListOrganizationAdminAccounts mocks base method

func (*MockDetectiveAPI) ListOrganizationAdminAccountsPages

ListOrganizationAdminAccountsPages mocks base method

func (*MockDetectiveAPI) ListOrganizationAdminAccountsPagesWithContext

func (m *MockDetectiveAPI) ListOrganizationAdminAccountsPagesWithContext(arg0 context.Context, arg1 *detective.ListOrganizationAdminAccountsInput, arg2 func(*detective.ListOrganizationAdminAccountsOutput, bool) bool, arg3 ...request.Option) error

ListOrganizationAdminAccountsPagesWithContext mocks base method

func (*MockDetectiveAPI) ListOrganizationAdminAccountsRequest

ListOrganizationAdminAccountsRequest mocks base method

func (*MockDetectiveAPI) ListOrganizationAdminAccountsWithContext

ListOrganizationAdminAccountsWithContext mocks base method

func (*MockDetectiveAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockDetectiveAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockDetectiveAPI) ListTagsForResourceWithContext

func (m *MockDetectiveAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *detective.ListTagsForResourceInput, arg2 ...request.Option) (*detective.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockDetectiveAPI) RejectInvitation

RejectInvitation mocks base method

func (*MockDetectiveAPI) RejectInvitationRequest

RejectInvitationRequest mocks base method

func (*MockDetectiveAPI) RejectInvitationWithContext

func (m *MockDetectiveAPI) RejectInvitationWithContext(arg0 context.Context, arg1 *detective.RejectInvitationInput, arg2 ...request.Option) (*detective.RejectInvitationOutput, error)

RejectInvitationWithContext mocks base method

func (*MockDetectiveAPI) StartMonitoringMember

StartMonitoringMember mocks base method

func (*MockDetectiveAPI) StartMonitoringMemberRequest

StartMonitoringMemberRequest mocks base method

func (*MockDetectiveAPI) StartMonitoringMemberWithContext

func (m *MockDetectiveAPI) StartMonitoringMemberWithContext(arg0 context.Context, arg1 *detective.StartMonitoringMemberInput, arg2 ...request.Option) (*detective.StartMonitoringMemberOutput, error)

StartMonitoringMemberWithContext mocks base method

func (*MockDetectiveAPI) TagResource

TagResource mocks base method

func (*MockDetectiveAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockDetectiveAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method

func (*MockDetectiveAPI) UntagResource

UntagResource mocks base method

func (*MockDetectiveAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockDetectiveAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method

func (*MockDetectiveAPI) UpdateDatasourcePackages added in v1.44.63

UpdateDatasourcePackages mocks base method

func (*MockDetectiveAPI) UpdateDatasourcePackagesRequest added in v1.44.63

UpdateDatasourcePackagesRequest mocks base method

func (*MockDetectiveAPI) UpdateDatasourcePackagesWithContext added in v1.44.63

UpdateDatasourcePackagesWithContext mocks base method

func (*MockDetectiveAPI) UpdateOrganizationConfiguration

UpdateOrganizationConfiguration mocks base method

func (*MockDetectiveAPI) UpdateOrganizationConfigurationRequest

UpdateOrganizationConfigurationRequest mocks base method

func (*MockDetectiveAPI) UpdateOrganizationConfigurationWithContext

UpdateOrganizationConfigurationWithContext mocks base method

type MockDetectiveAPIMockRecorder

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

MockDetectiveAPIMockRecorder is the mock recorder for MockDetectiveAPI

func (*MockDetectiveAPIMockRecorder) AcceptInvitation

func (mr *MockDetectiveAPIMockRecorder) AcceptInvitation(arg0 interface{}) *gomock.Call

AcceptInvitation indicates an expected call of AcceptInvitation

func (*MockDetectiveAPIMockRecorder) AcceptInvitationRequest

func (mr *MockDetectiveAPIMockRecorder) AcceptInvitationRequest(arg0 interface{}) *gomock.Call

AcceptInvitationRequest indicates an expected call of AcceptInvitationRequest

func (*MockDetectiveAPIMockRecorder) AcceptInvitationWithContext

func (mr *MockDetectiveAPIMockRecorder) AcceptInvitationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptInvitationWithContext indicates an expected call of AcceptInvitationWithContext

func (*MockDetectiveAPIMockRecorder) BatchGetGraphMemberDatasources added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) BatchGetGraphMemberDatasources(arg0 interface{}) *gomock.Call

BatchGetGraphMemberDatasources indicates an expected call of BatchGetGraphMemberDatasources

func (*MockDetectiveAPIMockRecorder) BatchGetGraphMemberDatasourcesRequest added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) BatchGetGraphMemberDatasourcesRequest(arg0 interface{}) *gomock.Call

BatchGetGraphMemberDatasourcesRequest indicates an expected call of BatchGetGraphMemberDatasourcesRequest

func (*MockDetectiveAPIMockRecorder) BatchGetGraphMemberDatasourcesWithContext added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) BatchGetGraphMemberDatasourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetGraphMemberDatasourcesWithContext indicates an expected call of BatchGetGraphMemberDatasourcesWithContext

func (*MockDetectiveAPIMockRecorder) BatchGetMembershipDatasources added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) BatchGetMembershipDatasources(arg0 interface{}) *gomock.Call

BatchGetMembershipDatasources indicates an expected call of BatchGetMembershipDatasources

func (*MockDetectiveAPIMockRecorder) BatchGetMembershipDatasourcesRequest added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) BatchGetMembershipDatasourcesRequest(arg0 interface{}) *gomock.Call

BatchGetMembershipDatasourcesRequest indicates an expected call of BatchGetMembershipDatasourcesRequest

func (*MockDetectiveAPIMockRecorder) BatchGetMembershipDatasourcesWithContext added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) BatchGetMembershipDatasourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetMembershipDatasourcesWithContext indicates an expected call of BatchGetMembershipDatasourcesWithContext

func (*MockDetectiveAPIMockRecorder) CreateGraph

func (mr *MockDetectiveAPIMockRecorder) CreateGraph(arg0 interface{}) *gomock.Call

CreateGraph indicates an expected call of CreateGraph

func (*MockDetectiveAPIMockRecorder) CreateGraphRequest

func (mr *MockDetectiveAPIMockRecorder) CreateGraphRequest(arg0 interface{}) *gomock.Call

CreateGraphRequest indicates an expected call of CreateGraphRequest

func (*MockDetectiveAPIMockRecorder) CreateGraphWithContext

func (mr *MockDetectiveAPIMockRecorder) CreateGraphWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGraphWithContext indicates an expected call of CreateGraphWithContext

func (*MockDetectiveAPIMockRecorder) CreateMembers

func (mr *MockDetectiveAPIMockRecorder) CreateMembers(arg0 interface{}) *gomock.Call

CreateMembers indicates an expected call of CreateMembers

func (*MockDetectiveAPIMockRecorder) CreateMembersRequest

func (mr *MockDetectiveAPIMockRecorder) CreateMembersRequest(arg0 interface{}) *gomock.Call

CreateMembersRequest indicates an expected call of CreateMembersRequest

func (*MockDetectiveAPIMockRecorder) CreateMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) CreateMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateMembersWithContext indicates an expected call of CreateMembersWithContext

func (*MockDetectiveAPIMockRecorder) DeleteGraph

func (mr *MockDetectiveAPIMockRecorder) DeleteGraph(arg0 interface{}) *gomock.Call

DeleteGraph indicates an expected call of DeleteGraph

func (*MockDetectiveAPIMockRecorder) DeleteGraphRequest

func (mr *MockDetectiveAPIMockRecorder) DeleteGraphRequest(arg0 interface{}) *gomock.Call

DeleteGraphRequest indicates an expected call of DeleteGraphRequest

func (*MockDetectiveAPIMockRecorder) DeleteGraphWithContext

func (mr *MockDetectiveAPIMockRecorder) DeleteGraphWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGraphWithContext indicates an expected call of DeleteGraphWithContext

func (*MockDetectiveAPIMockRecorder) DeleteMembers

func (mr *MockDetectiveAPIMockRecorder) DeleteMembers(arg0 interface{}) *gomock.Call

DeleteMembers indicates an expected call of DeleteMembers

func (*MockDetectiveAPIMockRecorder) DeleteMembersRequest

func (mr *MockDetectiveAPIMockRecorder) DeleteMembersRequest(arg0 interface{}) *gomock.Call

DeleteMembersRequest indicates an expected call of DeleteMembersRequest

func (*MockDetectiveAPIMockRecorder) DeleteMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) DeleteMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMembersWithContext indicates an expected call of DeleteMembersWithContext

func (*MockDetectiveAPIMockRecorder) DescribeOrganizationConfiguration

func (mr *MockDetectiveAPIMockRecorder) DescribeOrganizationConfiguration(arg0 interface{}) *gomock.Call

DescribeOrganizationConfiguration indicates an expected call of DescribeOrganizationConfiguration

func (*MockDetectiveAPIMockRecorder) DescribeOrganizationConfigurationRequest

func (mr *MockDetectiveAPIMockRecorder) DescribeOrganizationConfigurationRequest(arg0 interface{}) *gomock.Call

DescribeOrganizationConfigurationRequest indicates an expected call of DescribeOrganizationConfigurationRequest

func (*MockDetectiveAPIMockRecorder) DescribeOrganizationConfigurationWithContext

func (mr *MockDetectiveAPIMockRecorder) DescribeOrganizationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOrganizationConfigurationWithContext indicates an expected call of DescribeOrganizationConfigurationWithContext

func (*MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccount

func (mr *MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccount(arg0 interface{}) *gomock.Call

DisableOrganizationAdminAccount indicates an expected call of DisableOrganizationAdminAccount

func (*MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccountRequest

func (mr *MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccountRequest(arg0 interface{}) *gomock.Call

DisableOrganizationAdminAccountRequest indicates an expected call of DisableOrganizationAdminAccountRequest

func (*MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccountWithContext

func (mr *MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableOrganizationAdminAccountWithContext indicates an expected call of DisableOrganizationAdminAccountWithContext

func (*MockDetectiveAPIMockRecorder) DisassociateMembership

func (mr *MockDetectiveAPIMockRecorder) DisassociateMembership(arg0 interface{}) *gomock.Call

DisassociateMembership indicates an expected call of DisassociateMembership

func (*MockDetectiveAPIMockRecorder) DisassociateMembershipRequest

func (mr *MockDetectiveAPIMockRecorder) DisassociateMembershipRequest(arg0 interface{}) *gomock.Call

DisassociateMembershipRequest indicates an expected call of DisassociateMembershipRequest

func (*MockDetectiveAPIMockRecorder) DisassociateMembershipWithContext

func (mr *MockDetectiveAPIMockRecorder) DisassociateMembershipWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateMembershipWithContext indicates an expected call of DisassociateMembershipWithContext

func (*MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccount

func (mr *MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccount(arg0 interface{}) *gomock.Call

EnableOrganizationAdminAccount indicates an expected call of EnableOrganizationAdminAccount

func (*MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccountRequest

func (mr *MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccountRequest(arg0 interface{}) *gomock.Call

EnableOrganizationAdminAccountRequest indicates an expected call of EnableOrganizationAdminAccountRequest

func (*MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccountWithContext

func (mr *MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableOrganizationAdminAccountWithContext indicates an expected call of EnableOrganizationAdminAccountWithContext

func (*MockDetectiveAPIMockRecorder) GetMembers

func (mr *MockDetectiveAPIMockRecorder) GetMembers(arg0 interface{}) *gomock.Call

GetMembers indicates an expected call of GetMembers

func (*MockDetectiveAPIMockRecorder) GetMembersRequest

func (mr *MockDetectiveAPIMockRecorder) GetMembersRequest(arg0 interface{}) *gomock.Call

GetMembersRequest indicates an expected call of GetMembersRequest

func (*MockDetectiveAPIMockRecorder) GetMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) GetMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMembersWithContext indicates an expected call of GetMembersWithContext

func (*MockDetectiveAPIMockRecorder) ListDatasourcePackages added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) ListDatasourcePackages(arg0 interface{}) *gomock.Call

ListDatasourcePackages indicates an expected call of ListDatasourcePackages

func (*MockDetectiveAPIMockRecorder) ListDatasourcePackagesPages added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) ListDatasourcePackagesPages(arg0, arg1 interface{}) *gomock.Call

ListDatasourcePackagesPages indicates an expected call of ListDatasourcePackagesPages

func (*MockDetectiveAPIMockRecorder) ListDatasourcePackagesPagesWithContext added in v1.44.63

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

ListDatasourcePackagesPagesWithContext indicates an expected call of ListDatasourcePackagesPagesWithContext

func (*MockDetectiveAPIMockRecorder) ListDatasourcePackagesRequest added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) ListDatasourcePackagesRequest(arg0 interface{}) *gomock.Call

ListDatasourcePackagesRequest indicates an expected call of ListDatasourcePackagesRequest

func (*MockDetectiveAPIMockRecorder) ListDatasourcePackagesWithContext added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) ListDatasourcePackagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDatasourcePackagesWithContext indicates an expected call of ListDatasourcePackagesWithContext

func (*MockDetectiveAPIMockRecorder) ListGraphs

func (mr *MockDetectiveAPIMockRecorder) ListGraphs(arg0 interface{}) *gomock.Call

ListGraphs indicates an expected call of ListGraphs

func (*MockDetectiveAPIMockRecorder) ListGraphsPages

func (mr *MockDetectiveAPIMockRecorder) ListGraphsPages(arg0, arg1 interface{}) *gomock.Call

ListGraphsPages indicates an expected call of ListGraphsPages

func (*MockDetectiveAPIMockRecorder) ListGraphsPagesWithContext

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

ListGraphsPagesWithContext indicates an expected call of ListGraphsPagesWithContext

func (*MockDetectiveAPIMockRecorder) ListGraphsRequest

func (mr *MockDetectiveAPIMockRecorder) ListGraphsRequest(arg0 interface{}) *gomock.Call

ListGraphsRequest indicates an expected call of ListGraphsRequest

func (*MockDetectiveAPIMockRecorder) ListGraphsWithContext

func (mr *MockDetectiveAPIMockRecorder) ListGraphsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGraphsWithContext indicates an expected call of ListGraphsWithContext

func (*MockDetectiveAPIMockRecorder) ListInvitations

func (mr *MockDetectiveAPIMockRecorder) ListInvitations(arg0 interface{}) *gomock.Call

ListInvitations indicates an expected call of ListInvitations

func (*MockDetectiveAPIMockRecorder) ListInvitationsPages

func (mr *MockDetectiveAPIMockRecorder) ListInvitationsPages(arg0, arg1 interface{}) *gomock.Call

ListInvitationsPages indicates an expected call of ListInvitationsPages

func (*MockDetectiveAPIMockRecorder) ListInvitationsPagesWithContext

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

ListInvitationsPagesWithContext indicates an expected call of ListInvitationsPagesWithContext

func (*MockDetectiveAPIMockRecorder) ListInvitationsRequest

func (mr *MockDetectiveAPIMockRecorder) ListInvitationsRequest(arg0 interface{}) *gomock.Call

ListInvitationsRequest indicates an expected call of ListInvitationsRequest

func (*MockDetectiveAPIMockRecorder) ListInvitationsWithContext

func (mr *MockDetectiveAPIMockRecorder) ListInvitationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInvitationsWithContext indicates an expected call of ListInvitationsWithContext

func (*MockDetectiveAPIMockRecorder) ListMembers

func (mr *MockDetectiveAPIMockRecorder) ListMembers(arg0 interface{}) *gomock.Call

ListMembers indicates an expected call of ListMembers

func (*MockDetectiveAPIMockRecorder) ListMembersPages

func (mr *MockDetectiveAPIMockRecorder) ListMembersPages(arg0, arg1 interface{}) *gomock.Call

ListMembersPages indicates an expected call of ListMembersPages

func (*MockDetectiveAPIMockRecorder) ListMembersPagesWithContext

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

ListMembersPagesWithContext indicates an expected call of ListMembersPagesWithContext

func (*MockDetectiveAPIMockRecorder) ListMembersRequest

func (mr *MockDetectiveAPIMockRecorder) ListMembersRequest(arg0 interface{}) *gomock.Call

ListMembersRequest indicates an expected call of ListMembersRequest

func (*MockDetectiveAPIMockRecorder) ListMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) ListMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMembersWithContext indicates an expected call of ListMembersWithContext

func (*MockDetectiveAPIMockRecorder) ListOrganizationAdminAccounts

func (mr *MockDetectiveAPIMockRecorder) ListOrganizationAdminAccounts(arg0 interface{}) *gomock.Call

ListOrganizationAdminAccounts indicates an expected call of ListOrganizationAdminAccounts

func (*MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsPages

func (mr *MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsPages(arg0, arg1 interface{}) *gomock.Call

ListOrganizationAdminAccountsPages indicates an expected call of ListOrganizationAdminAccountsPages

func (*MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsPagesWithContext

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

ListOrganizationAdminAccountsPagesWithContext indicates an expected call of ListOrganizationAdminAccountsPagesWithContext

func (*MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsRequest

func (mr *MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsRequest(arg0 interface{}) *gomock.Call

ListOrganizationAdminAccountsRequest indicates an expected call of ListOrganizationAdminAccountsRequest

func (*MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsWithContext

func (mr *MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOrganizationAdminAccountsWithContext indicates an expected call of ListOrganizationAdminAccountsWithContext

func (*MockDetectiveAPIMockRecorder) ListTagsForResource

func (mr *MockDetectiveAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockDetectiveAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockDetectiveAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockDetectiveAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockDetectiveAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockDetectiveAPIMockRecorder) RejectInvitation

func (mr *MockDetectiveAPIMockRecorder) RejectInvitation(arg0 interface{}) *gomock.Call

RejectInvitation indicates an expected call of RejectInvitation

func (*MockDetectiveAPIMockRecorder) RejectInvitationRequest

func (mr *MockDetectiveAPIMockRecorder) RejectInvitationRequest(arg0 interface{}) *gomock.Call

RejectInvitationRequest indicates an expected call of RejectInvitationRequest

func (*MockDetectiveAPIMockRecorder) RejectInvitationWithContext

func (mr *MockDetectiveAPIMockRecorder) RejectInvitationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectInvitationWithContext indicates an expected call of RejectInvitationWithContext

func (*MockDetectiveAPIMockRecorder) StartMonitoringMember

func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMember(arg0 interface{}) *gomock.Call

StartMonitoringMember indicates an expected call of StartMonitoringMember

func (*MockDetectiveAPIMockRecorder) StartMonitoringMemberRequest

func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMemberRequest(arg0 interface{}) *gomock.Call

StartMonitoringMemberRequest indicates an expected call of StartMonitoringMemberRequest

func (*MockDetectiveAPIMockRecorder) StartMonitoringMemberWithContext

func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartMonitoringMemberWithContext indicates an expected call of StartMonitoringMemberWithContext

func (*MockDetectiveAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockDetectiveAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockDetectiveAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockDetectiveAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockDetectiveAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockDetectiveAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockDetectiveAPIMockRecorder) UpdateDatasourcePackages added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) UpdateDatasourcePackages(arg0 interface{}) *gomock.Call

UpdateDatasourcePackages indicates an expected call of UpdateDatasourcePackages

func (*MockDetectiveAPIMockRecorder) UpdateDatasourcePackagesRequest added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) UpdateDatasourcePackagesRequest(arg0 interface{}) *gomock.Call

UpdateDatasourcePackagesRequest indicates an expected call of UpdateDatasourcePackagesRequest

func (*MockDetectiveAPIMockRecorder) UpdateDatasourcePackagesWithContext added in v1.44.63

func (mr *MockDetectiveAPIMockRecorder) UpdateDatasourcePackagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDatasourcePackagesWithContext indicates an expected call of UpdateDatasourcePackagesWithContext

func (*MockDetectiveAPIMockRecorder) UpdateOrganizationConfiguration

func (mr *MockDetectiveAPIMockRecorder) UpdateOrganizationConfiguration(arg0 interface{}) *gomock.Call

UpdateOrganizationConfiguration indicates an expected call of UpdateOrganizationConfiguration

func (*MockDetectiveAPIMockRecorder) UpdateOrganizationConfigurationRequest

func (mr *MockDetectiveAPIMockRecorder) UpdateOrganizationConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateOrganizationConfigurationRequest indicates an expected call of UpdateOrganizationConfigurationRequest

func (*MockDetectiveAPIMockRecorder) UpdateOrganizationConfigurationWithContext

func (mr *MockDetectiveAPIMockRecorder) UpdateOrganizationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateOrganizationConfigurationWithContext indicates an expected call of UpdateOrganizationConfigurationWithContext

Jump to

Keyboard shortcuts

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