memorydbmock

package
v1.43.44 Latest Latest
Warning

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

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

Documentation

Overview

Package memorydbmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMemoryDBAPI

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

MockMemoryDBAPI is a mock of MemoryDBAPI interface

func NewMockMemoryDBAPI

func NewMockMemoryDBAPI(ctrl *gomock.Controller) *MockMemoryDBAPI

NewMockMemoryDBAPI creates a new mock instance

func (*MockMemoryDBAPI) BatchUpdateCluster

BatchUpdateCluster mocks base method

func (*MockMemoryDBAPI) BatchUpdateClusterRequest

BatchUpdateClusterRequest mocks base method

func (*MockMemoryDBAPI) BatchUpdateClusterWithContext

func (m *MockMemoryDBAPI) BatchUpdateClusterWithContext(arg0 context.Context, arg1 *memorydb.BatchUpdateClusterInput, arg2 ...request.Option) (*memorydb.BatchUpdateClusterOutput, error)

BatchUpdateClusterWithContext mocks base method

func (*MockMemoryDBAPI) CopySnapshot

CopySnapshot mocks base method

func (*MockMemoryDBAPI) CopySnapshotRequest

CopySnapshotRequest mocks base method

func (*MockMemoryDBAPI) CopySnapshotWithContext

func (m *MockMemoryDBAPI) CopySnapshotWithContext(arg0 context.Context, arg1 *memorydb.CopySnapshotInput, arg2 ...request.Option) (*memorydb.CopySnapshotOutput, error)

CopySnapshotWithContext mocks base method

func (*MockMemoryDBAPI) CreateACL

CreateACL mocks base method

func (*MockMemoryDBAPI) CreateACLRequest

CreateACLRequest mocks base method

func (*MockMemoryDBAPI) CreateACLWithContext

func (m *MockMemoryDBAPI) CreateACLWithContext(arg0 context.Context, arg1 *memorydb.CreateACLInput, arg2 ...request.Option) (*memorydb.CreateACLOutput, error)

CreateACLWithContext mocks base method

func (*MockMemoryDBAPI) CreateCluster

CreateCluster mocks base method

func (*MockMemoryDBAPI) CreateClusterRequest

CreateClusterRequest mocks base method

func (*MockMemoryDBAPI) CreateClusterWithContext

func (m *MockMemoryDBAPI) CreateClusterWithContext(arg0 context.Context, arg1 *memorydb.CreateClusterInput, arg2 ...request.Option) (*memorydb.CreateClusterOutput, error)

CreateClusterWithContext mocks base method

func (*MockMemoryDBAPI) CreateParameterGroup

CreateParameterGroup mocks base method

func (*MockMemoryDBAPI) CreateParameterGroupRequest

CreateParameterGroupRequest mocks base method

func (*MockMemoryDBAPI) CreateParameterGroupWithContext

func (m *MockMemoryDBAPI) CreateParameterGroupWithContext(arg0 context.Context, arg1 *memorydb.CreateParameterGroupInput, arg2 ...request.Option) (*memorydb.CreateParameterGroupOutput, error)

CreateParameterGroupWithContext mocks base method

func (*MockMemoryDBAPI) CreateSnapshot

CreateSnapshot mocks base method

func (*MockMemoryDBAPI) CreateSnapshotRequest

CreateSnapshotRequest mocks base method

func (*MockMemoryDBAPI) CreateSnapshotWithContext

func (m *MockMemoryDBAPI) CreateSnapshotWithContext(arg0 context.Context, arg1 *memorydb.CreateSnapshotInput, arg2 ...request.Option) (*memorydb.CreateSnapshotOutput, error)

CreateSnapshotWithContext mocks base method

func (*MockMemoryDBAPI) CreateSubnetGroup

CreateSubnetGroup mocks base method

func (*MockMemoryDBAPI) CreateSubnetGroupRequest

CreateSubnetGroupRequest mocks base method

func (*MockMemoryDBAPI) CreateSubnetGroupWithContext

func (m *MockMemoryDBAPI) CreateSubnetGroupWithContext(arg0 context.Context, arg1 *memorydb.CreateSubnetGroupInput, arg2 ...request.Option) (*memorydb.CreateSubnetGroupOutput, error)

CreateSubnetGroupWithContext mocks base method

func (*MockMemoryDBAPI) CreateUser

CreateUser mocks base method

func (*MockMemoryDBAPI) CreateUserRequest

CreateUserRequest mocks base method

func (*MockMemoryDBAPI) CreateUserWithContext

func (m *MockMemoryDBAPI) CreateUserWithContext(arg0 context.Context, arg1 *memorydb.CreateUserInput, arg2 ...request.Option) (*memorydb.CreateUserOutput, error)

CreateUserWithContext mocks base method

func (*MockMemoryDBAPI) DeleteACL

DeleteACL mocks base method

func (*MockMemoryDBAPI) DeleteACLRequest

DeleteACLRequest mocks base method

func (*MockMemoryDBAPI) DeleteACLWithContext

func (m *MockMemoryDBAPI) DeleteACLWithContext(arg0 context.Context, arg1 *memorydb.DeleteACLInput, arg2 ...request.Option) (*memorydb.DeleteACLOutput, error)

DeleteACLWithContext mocks base method

func (*MockMemoryDBAPI) DeleteCluster

DeleteCluster mocks base method

func (*MockMemoryDBAPI) DeleteClusterRequest

DeleteClusterRequest mocks base method

func (*MockMemoryDBAPI) DeleteClusterWithContext

func (m *MockMemoryDBAPI) DeleteClusterWithContext(arg0 context.Context, arg1 *memorydb.DeleteClusterInput, arg2 ...request.Option) (*memorydb.DeleteClusterOutput, error)

DeleteClusterWithContext mocks base method

func (*MockMemoryDBAPI) DeleteParameterGroup

DeleteParameterGroup mocks base method

func (*MockMemoryDBAPI) DeleteParameterGroupRequest

DeleteParameterGroupRequest mocks base method

func (*MockMemoryDBAPI) DeleteParameterGroupWithContext

func (m *MockMemoryDBAPI) DeleteParameterGroupWithContext(arg0 context.Context, arg1 *memorydb.DeleteParameterGroupInput, arg2 ...request.Option) (*memorydb.DeleteParameterGroupOutput, error)

DeleteParameterGroupWithContext mocks base method

func (*MockMemoryDBAPI) DeleteSnapshot

DeleteSnapshot mocks base method

func (*MockMemoryDBAPI) DeleteSnapshotRequest

DeleteSnapshotRequest mocks base method

func (*MockMemoryDBAPI) DeleteSnapshotWithContext

func (m *MockMemoryDBAPI) DeleteSnapshotWithContext(arg0 context.Context, arg1 *memorydb.DeleteSnapshotInput, arg2 ...request.Option) (*memorydb.DeleteSnapshotOutput, error)

DeleteSnapshotWithContext mocks base method

func (*MockMemoryDBAPI) DeleteSubnetGroup

DeleteSubnetGroup mocks base method

func (*MockMemoryDBAPI) DeleteSubnetGroupRequest

DeleteSubnetGroupRequest mocks base method

func (*MockMemoryDBAPI) DeleteSubnetGroupWithContext

func (m *MockMemoryDBAPI) DeleteSubnetGroupWithContext(arg0 context.Context, arg1 *memorydb.DeleteSubnetGroupInput, arg2 ...request.Option) (*memorydb.DeleteSubnetGroupOutput, error)

DeleteSubnetGroupWithContext mocks base method

func (*MockMemoryDBAPI) DeleteUser

DeleteUser mocks base method

func (*MockMemoryDBAPI) DeleteUserRequest

DeleteUserRequest mocks base method

func (*MockMemoryDBAPI) DeleteUserWithContext

func (m *MockMemoryDBAPI) DeleteUserWithContext(arg0 context.Context, arg1 *memorydb.DeleteUserInput, arg2 ...request.Option) (*memorydb.DeleteUserOutput, error)

DeleteUserWithContext mocks base method

func (*MockMemoryDBAPI) DescribeACLs

DescribeACLs mocks base method

func (*MockMemoryDBAPI) DescribeACLsRequest

DescribeACLsRequest mocks base method

func (*MockMemoryDBAPI) DescribeACLsWithContext

func (m *MockMemoryDBAPI) DescribeACLsWithContext(arg0 context.Context, arg1 *memorydb.DescribeACLsInput, arg2 ...request.Option) (*memorydb.DescribeACLsOutput, error)

DescribeACLsWithContext mocks base method

func (*MockMemoryDBAPI) DescribeClusters

DescribeClusters mocks base method

func (*MockMemoryDBAPI) DescribeClustersRequest

DescribeClustersRequest mocks base method

func (*MockMemoryDBAPI) DescribeClustersWithContext

func (m *MockMemoryDBAPI) DescribeClustersWithContext(arg0 context.Context, arg1 *memorydb.DescribeClustersInput, arg2 ...request.Option) (*memorydb.DescribeClustersOutput, error)

DescribeClustersWithContext mocks base method

func (*MockMemoryDBAPI) DescribeEngineVersions

DescribeEngineVersions mocks base method

func (*MockMemoryDBAPI) DescribeEngineVersionsRequest

DescribeEngineVersionsRequest mocks base method

func (*MockMemoryDBAPI) DescribeEngineVersionsWithContext

func (m *MockMemoryDBAPI) DescribeEngineVersionsWithContext(arg0 context.Context, arg1 *memorydb.DescribeEngineVersionsInput, arg2 ...request.Option) (*memorydb.DescribeEngineVersionsOutput, error)

DescribeEngineVersionsWithContext mocks base method

func (*MockMemoryDBAPI) DescribeEvents

DescribeEvents mocks base method

func (*MockMemoryDBAPI) DescribeEventsRequest

DescribeEventsRequest mocks base method

func (*MockMemoryDBAPI) DescribeEventsWithContext

func (m *MockMemoryDBAPI) DescribeEventsWithContext(arg0 context.Context, arg1 *memorydb.DescribeEventsInput, arg2 ...request.Option) (*memorydb.DescribeEventsOutput, error)

DescribeEventsWithContext mocks base method

func (*MockMemoryDBAPI) DescribeParameterGroups

DescribeParameterGroups mocks base method

func (*MockMemoryDBAPI) DescribeParameterGroupsRequest

DescribeParameterGroupsRequest mocks base method

func (*MockMemoryDBAPI) DescribeParameterGroupsWithContext

func (m *MockMemoryDBAPI) DescribeParameterGroupsWithContext(arg0 context.Context, arg1 *memorydb.DescribeParameterGroupsInput, arg2 ...request.Option) (*memorydb.DescribeParameterGroupsOutput, error)

DescribeParameterGroupsWithContext mocks base method

func (*MockMemoryDBAPI) DescribeParameters

DescribeParameters mocks base method

func (*MockMemoryDBAPI) DescribeParametersRequest

DescribeParametersRequest mocks base method

func (*MockMemoryDBAPI) DescribeParametersWithContext

func (m *MockMemoryDBAPI) DescribeParametersWithContext(arg0 context.Context, arg1 *memorydb.DescribeParametersInput, arg2 ...request.Option) (*memorydb.DescribeParametersOutput, error)

DescribeParametersWithContext mocks base method

func (*MockMemoryDBAPI) DescribeServiceUpdates

DescribeServiceUpdates mocks base method

func (*MockMemoryDBAPI) DescribeServiceUpdatesRequest

DescribeServiceUpdatesRequest mocks base method

func (*MockMemoryDBAPI) DescribeServiceUpdatesWithContext

func (m *MockMemoryDBAPI) DescribeServiceUpdatesWithContext(arg0 context.Context, arg1 *memorydb.DescribeServiceUpdatesInput, arg2 ...request.Option) (*memorydb.DescribeServiceUpdatesOutput, error)

DescribeServiceUpdatesWithContext mocks base method

func (*MockMemoryDBAPI) DescribeSnapshots

DescribeSnapshots mocks base method

func (*MockMemoryDBAPI) DescribeSnapshotsRequest

DescribeSnapshotsRequest mocks base method

func (*MockMemoryDBAPI) DescribeSnapshotsWithContext

func (m *MockMemoryDBAPI) DescribeSnapshotsWithContext(arg0 context.Context, arg1 *memorydb.DescribeSnapshotsInput, arg2 ...request.Option) (*memorydb.DescribeSnapshotsOutput, error)

DescribeSnapshotsWithContext mocks base method

func (*MockMemoryDBAPI) DescribeSubnetGroups

DescribeSubnetGroups mocks base method

func (*MockMemoryDBAPI) DescribeSubnetGroupsRequest

DescribeSubnetGroupsRequest mocks base method

func (*MockMemoryDBAPI) DescribeSubnetGroupsWithContext

func (m *MockMemoryDBAPI) DescribeSubnetGroupsWithContext(arg0 context.Context, arg1 *memorydb.DescribeSubnetGroupsInput, arg2 ...request.Option) (*memorydb.DescribeSubnetGroupsOutput, error)

DescribeSubnetGroupsWithContext mocks base method

func (*MockMemoryDBAPI) DescribeUsers

DescribeUsers mocks base method

func (*MockMemoryDBAPI) DescribeUsersRequest

DescribeUsersRequest mocks base method

func (*MockMemoryDBAPI) DescribeUsersWithContext

func (m *MockMemoryDBAPI) DescribeUsersWithContext(arg0 context.Context, arg1 *memorydb.DescribeUsersInput, arg2 ...request.Option) (*memorydb.DescribeUsersOutput, error)

DescribeUsersWithContext mocks base method

func (*MockMemoryDBAPI) EXPECT

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

func (*MockMemoryDBAPI) FailoverShard

FailoverShard mocks base method

func (*MockMemoryDBAPI) FailoverShardRequest

FailoverShardRequest mocks base method

func (*MockMemoryDBAPI) FailoverShardWithContext

func (m *MockMemoryDBAPI) FailoverShardWithContext(arg0 context.Context, arg1 *memorydb.FailoverShardInput, arg2 ...request.Option) (*memorydb.FailoverShardOutput, error)

FailoverShardWithContext mocks base method

func (*MockMemoryDBAPI) ListAllowedNodeTypeUpdates

ListAllowedNodeTypeUpdates mocks base method

func (*MockMemoryDBAPI) ListAllowedNodeTypeUpdatesRequest

ListAllowedNodeTypeUpdatesRequest mocks base method

func (*MockMemoryDBAPI) ListAllowedNodeTypeUpdatesWithContext

func (m *MockMemoryDBAPI) ListAllowedNodeTypeUpdatesWithContext(arg0 context.Context, arg1 *memorydb.ListAllowedNodeTypeUpdatesInput, arg2 ...request.Option) (*memorydb.ListAllowedNodeTypeUpdatesOutput, error)

ListAllowedNodeTypeUpdatesWithContext mocks base method

func (*MockMemoryDBAPI) ListTags

ListTags mocks base method

func (*MockMemoryDBAPI) ListTagsRequest

ListTagsRequest mocks base method

func (*MockMemoryDBAPI) ListTagsWithContext

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

ListTagsWithContext mocks base method

func (*MockMemoryDBAPI) ResetParameterGroup

ResetParameterGroup mocks base method

func (*MockMemoryDBAPI) ResetParameterGroupRequest

ResetParameterGroupRequest mocks base method

func (*MockMemoryDBAPI) ResetParameterGroupWithContext

func (m *MockMemoryDBAPI) ResetParameterGroupWithContext(arg0 context.Context, arg1 *memorydb.ResetParameterGroupInput, arg2 ...request.Option) (*memorydb.ResetParameterGroupOutput, error)

ResetParameterGroupWithContext mocks base method

func (*MockMemoryDBAPI) TagResource

TagResource mocks base method

func (*MockMemoryDBAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockMemoryDBAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method

func (*MockMemoryDBAPI) UntagResource

UntagResource mocks base method

func (*MockMemoryDBAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockMemoryDBAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method

func (*MockMemoryDBAPI) UpdateACL

UpdateACL mocks base method

func (*MockMemoryDBAPI) UpdateACLRequest

UpdateACLRequest mocks base method

func (*MockMemoryDBAPI) UpdateACLWithContext

func (m *MockMemoryDBAPI) UpdateACLWithContext(arg0 context.Context, arg1 *memorydb.UpdateACLInput, arg2 ...request.Option) (*memorydb.UpdateACLOutput, error)

UpdateACLWithContext mocks base method

func (*MockMemoryDBAPI) UpdateCluster

UpdateCluster mocks base method

func (*MockMemoryDBAPI) UpdateClusterRequest

UpdateClusterRequest mocks base method

func (*MockMemoryDBAPI) UpdateClusterWithContext

func (m *MockMemoryDBAPI) UpdateClusterWithContext(arg0 context.Context, arg1 *memorydb.UpdateClusterInput, arg2 ...request.Option) (*memorydb.UpdateClusterOutput, error)

UpdateClusterWithContext mocks base method

func (*MockMemoryDBAPI) UpdateParameterGroup

UpdateParameterGroup mocks base method

func (*MockMemoryDBAPI) UpdateParameterGroupRequest

UpdateParameterGroupRequest mocks base method

func (*MockMemoryDBAPI) UpdateParameterGroupWithContext

func (m *MockMemoryDBAPI) UpdateParameterGroupWithContext(arg0 context.Context, arg1 *memorydb.UpdateParameterGroupInput, arg2 ...request.Option) (*memorydb.UpdateParameterGroupOutput, error)

UpdateParameterGroupWithContext mocks base method

func (*MockMemoryDBAPI) UpdateSubnetGroup

UpdateSubnetGroup mocks base method

func (*MockMemoryDBAPI) UpdateSubnetGroupRequest

UpdateSubnetGroupRequest mocks base method

func (*MockMemoryDBAPI) UpdateSubnetGroupWithContext

func (m *MockMemoryDBAPI) UpdateSubnetGroupWithContext(arg0 context.Context, arg1 *memorydb.UpdateSubnetGroupInput, arg2 ...request.Option) (*memorydb.UpdateSubnetGroupOutput, error)

UpdateSubnetGroupWithContext mocks base method

func (*MockMemoryDBAPI) UpdateUser

UpdateUser mocks base method

func (*MockMemoryDBAPI) UpdateUserRequest

UpdateUserRequest mocks base method

func (*MockMemoryDBAPI) UpdateUserWithContext

func (m *MockMemoryDBAPI) UpdateUserWithContext(arg0 context.Context, arg1 *memorydb.UpdateUserInput, arg2 ...request.Option) (*memorydb.UpdateUserOutput, error)

UpdateUserWithContext mocks base method

type MockMemoryDBAPIMockRecorder

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

MockMemoryDBAPIMockRecorder is the mock recorder for MockMemoryDBAPI

func (*MockMemoryDBAPIMockRecorder) BatchUpdateCluster

func (mr *MockMemoryDBAPIMockRecorder) BatchUpdateCluster(arg0 interface{}) *gomock.Call

BatchUpdateCluster indicates an expected call of BatchUpdateCluster

func (*MockMemoryDBAPIMockRecorder) BatchUpdateClusterRequest

func (mr *MockMemoryDBAPIMockRecorder) BatchUpdateClusterRequest(arg0 interface{}) *gomock.Call

BatchUpdateClusterRequest indicates an expected call of BatchUpdateClusterRequest

func (*MockMemoryDBAPIMockRecorder) BatchUpdateClusterWithContext

func (mr *MockMemoryDBAPIMockRecorder) BatchUpdateClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchUpdateClusterWithContext indicates an expected call of BatchUpdateClusterWithContext

func (*MockMemoryDBAPIMockRecorder) CopySnapshot

func (mr *MockMemoryDBAPIMockRecorder) CopySnapshot(arg0 interface{}) *gomock.Call

CopySnapshot indicates an expected call of CopySnapshot

func (*MockMemoryDBAPIMockRecorder) CopySnapshotRequest

func (mr *MockMemoryDBAPIMockRecorder) CopySnapshotRequest(arg0 interface{}) *gomock.Call

CopySnapshotRequest indicates an expected call of CopySnapshotRequest

func (*MockMemoryDBAPIMockRecorder) CopySnapshotWithContext

func (mr *MockMemoryDBAPIMockRecorder) CopySnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopySnapshotWithContext indicates an expected call of CopySnapshotWithContext

func (*MockMemoryDBAPIMockRecorder) CreateACL

func (mr *MockMemoryDBAPIMockRecorder) CreateACL(arg0 interface{}) *gomock.Call

CreateACL indicates an expected call of CreateACL

func (*MockMemoryDBAPIMockRecorder) CreateACLRequest

func (mr *MockMemoryDBAPIMockRecorder) CreateACLRequest(arg0 interface{}) *gomock.Call

CreateACLRequest indicates an expected call of CreateACLRequest

func (*MockMemoryDBAPIMockRecorder) CreateACLWithContext

func (mr *MockMemoryDBAPIMockRecorder) CreateACLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateACLWithContext indicates an expected call of CreateACLWithContext

func (*MockMemoryDBAPIMockRecorder) CreateCluster

func (mr *MockMemoryDBAPIMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster

func (*MockMemoryDBAPIMockRecorder) CreateClusterRequest

func (mr *MockMemoryDBAPIMockRecorder) CreateClusterRequest(arg0 interface{}) *gomock.Call

CreateClusterRequest indicates an expected call of CreateClusterRequest

func (*MockMemoryDBAPIMockRecorder) CreateClusterWithContext

func (mr *MockMemoryDBAPIMockRecorder) CreateClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClusterWithContext indicates an expected call of CreateClusterWithContext

func (*MockMemoryDBAPIMockRecorder) CreateParameterGroup

func (mr *MockMemoryDBAPIMockRecorder) CreateParameterGroup(arg0 interface{}) *gomock.Call

CreateParameterGroup indicates an expected call of CreateParameterGroup

func (*MockMemoryDBAPIMockRecorder) CreateParameterGroupRequest

func (mr *MockMemoryDBAPIMockRecorder) CreateParameterGroupRequest(arg0 interface{}) *gomock.Call

CreateParameterGroupRequest indicates an expected call of CreateParameterGroupRequest

func (*MockMemoryDBAPIMockRecorder) CreateParameterGroupWithContext

func (mr *MockMemoryDBAPIMockRecorder) CreateParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateParameterGroupWithContext indicates an expected call of CreateParameterGroupWithContext

func (*MockMemoryDBAPIMockRecorder) CreateSnapshot

func (mr *MockMemoryDBAPIMockRecorder) CreateSnapshot(arg0 interface{}) *gomock.Call

CreateSnapshot indicates an expected call of CreateSnapshot

func (*MockMemoryDBAPIMockRecorder) CreateSnapshotRequest

func (mr *MockMemoryDBAPIMockRecorder) CreateSnapshotRequest(arg0 interface{}) *gomock.Call

CreateSnapshotRequest indicates an expected call of CreateSnapshotRequest

func (*MockMemoryDBAPIMockRecorder) CreateSnapshotWithContext

func (mr *MockMemoryDBAPIMockRecorder) CreateSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotWithContext indicates an expected call of CreateSnapshotWithContext

func (*MockMemoryDBAPIMockRecorder) CreateSubnetGroup

func (mr *MockMemoryDBAPIMockRecorder) CreateSubnetGroup(arg0 interface{}) *gomock.Call

CreateSubnetGroup indicates an expected call of CreateSubnetGroup

func (*MockMemoryDBAPIMockRecorder) CreateSubnetGroupRequest

func (mr *MockMemoryDBAPIMockRecorder) CreateSubnetGroupRequest(arg0 interface{}) *gomock.Call

CreateSubnetGroupRequest indicates an expected call of CreateSubnetGroupRequest

func (*MockMemoryDBAPIMockRecorder) CreateSubnetGroupWithContext

func (mr *MockMemoryDBAPIMockRecorder) CreateSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSubnetGroupWithContext indicates an expected call of CreateSubnetGroupWithContext

func (*MockMemoryDBAPIMockRecorder) CreateUser

func (mr *MockMemoryDBAPIMockRecorder) CreateUser(arg0 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser

func (*MockMemoryDBAPIMockRecorder) CreateUserRequest

func (mr *MockMemoryDBAPIMockRecorder) CreateUserRequest(arg0 interface{}) *gomock.Call

CreateUserRequest indicates an expected call of CreateUserRequest

func (*MockMemoryDBAPIMockRecorder) CreateUserWithContext

func (mr *MockMemoryDBAPIMockRecorder) CreateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUserWithContext indicates an expected call of CreateUserWithContext

func (*MockMemoryDBAPIMockRecorder) DeleteACL

func (mr *MockMemoryDBAPIMockRecorder) DeleteACL(arg0 interface{}) *gomock.Call

DeleteACL indicates an expected call of DeleteACL

func (*MockMemoryDBAPIMockRecorder) DeleteACLRequest

func (mr *MockMemoryDBAPIMockRecorder) DeleteACLRequest(arg0 interface{}) *gomock.Call

DeleteACLRequest indicates an expected call of DeleteACLRequest

func (*MockMemoryDBAPIMockRecorder) DeleteACLWithContext

func (mr *MockMemoryDBAPIMockRecorder) DeleteACLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteACLWithContext indicates an expected call of DeleteACLWithContext

func (*MockMemoryDBAPIMockRecorder) DeleteCluster

func (mr *MockMemoryDBAPIMockRecorder) DeleteCluster(arg0 interface{}) *gomock.Call

DeleteCluster indicates an expected call of DeleteCluster

func (*MockMemoryDBAPIMockRecorder) DeleteClusterRequest

func (mr *MockMemoryDBAPIMockRecorder) DeleteClusterRequest(arg0 interface{}) *gomock.Call

DeleteClusterRequest indicates an expected call of DeleteClusterRequest

func (*MockMemoryDBAPIMockRecorder) DeleteClusterWithContext

func (mr *MockMemoryDBAPIMockRecorder) DeleteClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClusterWithContext indicates an expected call of DeleteClusterWithContext

func (*MockMemoryDBAPIMockRecorder) DeleteParameterGroup

func (mr *MockMemoryDBAPIMockRecorder) DeleteParameterGroup(arg0 interface{}) *gomock.Call

DeleteParameterGroup indicates an expected call of DeleteParameterGroup

func (*MockMemoryDBAPIMockRecorder) DeleteParameterGroupRequest

func (mr *MockMemoryDBAPIMockRecorder) DeleteParameterGroupRequest(arg0 interface{}) *gomock.Call

DeleteParameterGroupRequest indicates an expected call of DeleteParameterGroupRequest

func (*MockMemoryDBAPIMockRecorder) DeleteParameterGroupWithContext

func (mr *MockMemoryDBAPIMockRecorder) DeleteParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteParameterGroupWithContext indicates an expected call of DeleteParameterGroupWithContext

func (*MockMemoryDBAPIMockRecorder) DeleteSnapshot

func (mr *MockMemoryDBAPIMockRecorder) DeleteSnapshot(arg0 interface{}) *gomock.Call

DeleteSnapshot indicates an expected call of DeleteSnapshot

func (*MockMemoryDBAPIMockRecorder) DeleteSnapshotRequest

func (mr *MockMemoryDBAPIMockRecorder) DeleteSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteSnapshotRequest indicates an expected call of DeleteSnapshotRequest

func (*MockMemoryDBAPIMockRecorder) DeleteSnapshotWithContext

func (mr *MockMemoryDBAPIMockRecorder) DeleteSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSnapshotWithContext indicates an expected call of DeleteSnapshotWithContext

func (*MockMemoryDBAPIMockRecorder) DeleteSubnetGroup

func (mr *MockMemoryDBAPIMockRecorder) DeleteSubnetGroup(arg0 interface{}) *gomock.Call

DeleteSubnetGroup indicates an expected call of DeleteSubnetGroup

func (*MockMemoryDBAPIMockRecorder) DeleteSubnetGroupRequest

func (mr *MockMemoryDBAPIMockRecorder) DeleteSubnetGroupRequest(arg0 interface{}) *gomock.Call

DeleteSubnetGroupRequest indicates an expected call of DeleteSubnetGroupRequest

func (*MockMemoryDBAPIMockRecorder) DeleteSubnetGroupWithContext

func (mr *MockMemoryDBAPIMockRecorder) DeleteSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSubnetGroupWithContext indicates an expected call of DeleteSubnetGroupWithContext

func (*MockMemoryDBAPIMockRecorder) DeleteUser

func (mr *MockMemoryDBAPIMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser

func (*MockMemoryDBAPIMockRecorder) DeleteUserRequest

func (mr *MockMemoryDBAPIMockRecorder) DeleteUserRequest(arg0 interface{}) *gomock.Call

DeleteUserRequest indicates an expected call of DeleteUserRequest

func (*MockMemoryDBAPIMockRecorder) DeleteUserWithContext

func (mr *MockMemoryDBAPIMockRecorder) DeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserWithContext indicates an expected call of DeleteUserWithContext

func (*MockMemoryDBAPIMockRecorder) DescribeACLs

func (mr *MockMemoryDBAPIMockRecorder) DescribeACLs(arg0 interface{}) *gomock.Call

DescribeACLs indicates an expected call of DescribeACLs

func (*MockMemoryDBAPIMockRecorder) DescribeACLsRequest

func (mr *MockMemoryDBAPIMockRecorder) DescribeACLsRequest(arg0 interface{}) *gomock.Call

DescribeACLsRequest indicates an expected call of DescribeACLsRequest

func (*MockMemoryDBAPIMockRecorder) DescribeACLsWithContext

func (mr *MockMemoryDBAPIMockRecorder) DescribeACLsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeACLsWithContext indicates an expected call of DescribeACLsWithContext

func (*MockMemoryDBAPIMockRecorder) DescribeClusters

func (mr *MockMemoryDBAPIMockRecorder) DescribeClusters(arg0 interface{}) *gomock.Call

DescribeClusters indicates an expected call of DescribeClusters

func (*MockMemoryDBAPIMockRecorder) DescribeClustersRequest

func (mr *MockMemoryDBAPIMockRecorder) DescribeClustersRequest(arg0 interface{}) *gomock.Call

DescribeClustersRequest indicates an expected call of DescribeClustersRequest

func (*MockMemoryDBAPIMockRecorder) DescribeClustersWithContext

func (mr *MockMemoryDBAPIMockRecorder) DescribeClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClustersWithContext indicates an expected call of DescribeClustersWithContext

func (*MockMemoryDBAPIMockRecorder) DescribeEngineVersions

func (mr *MockMemoryDBAPIMockRecorder) DescribeEngineVersions(arg0 interface{}) *gomock.Call

DescribeEngineVersions indicates an expected call of DescribeEngineVersions

func (*MockMemoryDBAPIMockRecorder) DescribeEngineVersionsRequest

func (mr *MockMemoryDBAPIMockRecorder) DescribeEngineVersionsRequest(arg0 interface{}) *gomock.Call

DescribeEngineVersionsRequest indicates an expected call of DescribeEngineVersionsRequest

func (*MockMemoryDBAPIMockRecorder) DescribeEngineVersionsWithContext

func (mr *MockMemoryDBAPIMockRecorder) DescribeEngineVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEngineVersionsWithContext indicates an expected call of DescribeEngineVersionsWithContext

func (*MockMemoryDBAPIMockRecorder) DescribeEvents

func (mr *MockMemoryDBAPIMockRecorder) DescribeEvents(arg0 interface{}) *gomock.Call

DescribeEvents indicates an expected call of DescribeEvents

func (*MockMemoryDBAPIMockRecorder) DescribeEventsRequest

func (mr *MockMemoryDBAPIMockRecorder) DescribeEventsRequest(arg0 interface{}) *gomock.Call

DescribeEventsRequest indicates an expected call of DescribeEventsRequest

func (*MockMemoryDBAPIMockRecorder) DescribeEventsWithContext

func (mr *MockMemoryDBAPIMockRecorder) DescribeEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventsWithContext indicates an expected call of DescribeEventsWithContext

func (*MockMemoryDBAPIMockRecorder) DescribeParameterGroups

func (mr *MockMemoryDBAPIMockRecorder) DescribeParameterGroups(arg0 interface{}) *gomock.Call

DescribeParameterGroups indicates an expected call of DescribeParameterGroups

func (*MockMemoryDBAPIMockRecorder) DescribeParameterGroupsRequest

func (mr *MockMemoryDBAPIMockRecorder) DescribeParameterGroupsRequest(arg0 interface{}) *gomock.Call

DescribeParameterGroupsRequest indicates an expected call of DescribeParameterGroupsRequest

func (*MockMemoryDBAPIMockRecorder) DescribeParameterGroupsWithContext

func (mr *MockMemoryDBAPIMockRecorder) DescribeParameterGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeParameterGroupsWithContext indicates an expected call of DescribeParameterGroupsWithContext

func (*MockMemoryDBAPIMockRecorder) DescribeParameters

func (mr *MockMemoryDBAPIMockRecorder) DescribeParameters(arg0 interface{}) *gomock.Call

DescribeParameters indicates an expected call of DescribeParameters

func (*MockMemoryDBAPIMockRecorder) DescribeParametersRequest

func (mr *MockMemoryDBAPIMockRecorder) DescribeParametersRequest(arg0 interface{}) *gomock.Call

DescribeParametersRequest indicates an expected call of DescribeParametersRequest

func (*MockMemoryDBAPIMockRecorder) DescribeParametersWithContext

func (mr *MockMemoryDBAPIMockRecorder) DescribeParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeParametersWithContext indicates an expected call of DescribeParametersWithContext

func (*MockMemoryDBAPIMockRecorder) DescribeServiceUpdates

func (mr *MockMemoryDBAPIMockRecorder) DescribeServiceUpdates(arg0 interface{}) *gomock.Call

DescribeServiceUpdates indicates an expected call of DescribeServiceUpdates

func (*MockMemoryDBAPIMockRecorder) DescribeServiceUpdatesRequest

func (mr *MockMemoryDBAPIMockRecorder) DescribeServiceUpdatesRequest(arg0 interface{}) *gomock.Call

DescribeServiceUpdatesRequest indicates an expected call of DescribeServiceUpdatesRequest

func (*MockMemoryDBAPIMockRecorder) DescribeServiceUpdatesWithContext

func (mr *MockMemoryDBAPIMockRecorder) DescribeServiceUpdatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeServiceUpdatesWithContext indicates an expected call of DescribeServiceUpdatesWithContext

func (*MockMemoryDBAPIMockRecorder) DescribeSnapshots

func (mr *MockMemoryDBAPIMockRecorder) DescribeSnapshots(arg0 interface{}) *gomock.Call

DescribeSnapshots indicates an expected call of DescribeSnapshots

func (*MockMemoryDBAPIMockRecorder) DescribeSnapshotsRequest

func (mr *MockMemoryDBAPIMockRecorder) DescribeSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotsRequest indicates an expected call of DescribeSnapshotsRequest

func (*MockMemoryDBAPIMockRecorder) DescribeSnapshotsWithContext

func (mr *MockMemoryDBAPIMockRecorder) DescribeSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotsWithContext indicates an expected call of DescribeSnapshotsWithContext

func (*MockMemoryDBAPIMockRecorder) DescribeSubnetGroups

func (mr *MockMemoryDBAPIMockRecorder) DescribeSubnetGroups(arg0 interface{}) *gomock.Call

DescribeSubnetGroups indicates an expected call of DescribeSubnetGroups

func (*MockMemoryDBAPIMockRecorder) DescribeSubnetGroupsRequest

func (mr *MockMemoryDBAPIMockRecorder) DescribeSubnetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeSubnetGroupsRequest indicates an expected call of DescribeSubnetGroupsRequest

func (*MockMemoryDBAPIMockRecorder) DescribeSubnetGroupsWithContext

func (mr *MockMemoryDBAPIMockRecorder) DescribeSubnetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSubnetGroupsWithContext indicates an expected call of DescribeSubnetGroupsWithContext

func (*MockMemoryDBAPIMockRecorder) DescribeUsers

func (mr *MockMemoryDBAPIMockRecorder) DescribeUsers(arg0 interface{}) *gomock.Call

DescribeUsers indicates an expected call of DescribeUsers

func (*MockMemoryDBAPIMockRecorder) DescribeUsersRequest

func (mr *MockMemoryDBAPIMockRecorder) DescribeUsersRequest(arg0 interface{}) *gomock.Call

DescribeUsersRequest indicates an expected call of DescribeUsersRequest

func (*MockMemoryDBAPIMockRecorder) DescribeUsersWithContext

func (mr *MockMemoryDBAPIMockRecorder) DescribeUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUsersWithContext indicates an expected call of DescribeUsersWithContext

func (*MockMemoryDBAPIMockRecorder) FailoverShard

func (mr *MockMemoryDBAPIMockRecorder) FailoverShard(arg0 interface{}) *gomock.Call

FailoverShard indicates an expected call of FailoverShard

func (*MockMemoryDBAPIMockRecorder) FailoverShardRequest

func (mr *MockMemoryDBAPIMockRecorder) FailoverShardRequest(arg0 interface{}) *gomock.Call

FailoverShardRequest indicates an expected call of FailoverShardRequest

func (*MockMemoryDBAPIMockRecorder) FailoverShardWithContext

func (mr *MockMemoryDBAPIMockRecorder) FailoverShardWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FailoverShardWithContext indicates an expected call of FailoverShardWithContext

func (*MockMemoryDBAPIMockRecorder) ListAllowedNodeTypeUpdates

func (mr *MockMemoryDBAPIMockRecorder) ListAllowedNodeTypeUpdates(arg0 interface{}) *gomock.Call

ListAllowedNodeTypeUpdates indicates an expected call of ListAllowedNodeTypeUpdates

func (*MockMemoryDBAPIMockRecorder) ListAllowedNodeTypeUpdatesRequest

func (mr *MockMemoryDBAPIMockRecorder) ListAllowedNodeTypeUpdatesRequest(arg0 interface{}) *gomock.Call

ListAllowedNodeTypeUpdatesRequest indicates an expected call of ListAllowedNodeTypeUpdatesRequest

func (*MockMemoryDBAPIMockRecorder) ListAllowedNodeTypeUpdatesWithContext

func (mr *MockMemoryDBAPIMockRecorder) ListAllowedNodeTypeUpdatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAllowedNodeTypeUpdatesWithContext indicates an expected call of ListAllowedNodeTypeUpdatesWithContext

func (*MockMemoryDBAPIMockRecorder) ListTags

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

ListTags indicates an expected call of ListTags

func (*MockMemoryDBAPIMockRecorder) ListTagsRequest

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

ListTagsRequest indicates an expected call of ListTagsRequest

func (*MockMemoryDBAPIMockRecorder) ListTagsWithContext

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

ListTagsWithContext indicates an expected call of ListTagsWithContext

func (*MockMemoryDBAPIMockRecorder) ResetParameterGroup

func (mr *MockMemoryDBAPIMockRecorder) ResetParameterGroup(arg0 interface{}) *gomock.Call

ResetParameterGroup indicates an expected call of ResetParameterGroup

func (*MockMemoryDBAPIMockRecorder) ResetParameterGroupRequest

func (mr *MockMemoryDBAPIMockRecorder) ResetParameterGroupRequest(arg0 interface{}) *gomock.Call

ResetParameterGroupRequest indicates an expected call of ResetParameterGroupRequest

func (*MockMemoryDBAPIMockRecorder) ResetParameterGroupWithContext

func (mr *MockMemoryDBAPIMockRecorder) ResetParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetParameterGroupWithContext indicates an expected call of ResetParameterGroupWithContext

func (*MockMemoryDBAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockMemoryDBAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockMemoryDBAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockMemoryDBAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockMemoryDBAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockMemoryDBAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockMemoryDBAPIMockRecorder) UpdateACL

func (mr *MockMemoryDBAPIMockRecorder) UpdateACL(arg0 interface{}) *gomock.Call

UpdateACL indicates an expected call of UpdateACL

func (*MockMemoryDBAPIMockRecorder) UpdateACLRequest

func (mr *MockMemoryDBAPIMockRecorder) UpdateACLRequest(arg0 interface{}) *gomock.Call

UpdateACLRequest indicates an expected call of UpdateACLRequest

func (*MockMemoryDBAPIMockRecorder) UpdateACLWithContext

func (mr *MockMemoryDBAPIMockRecorder) UpdateACLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateACLWithContext indicates an expected call of UpdateACLWithContext

func (*MockMemoryDBAPIMockRecorder) UpdateCluster

func (mr *MockMemoryDBAPIMockRecorder) UpdateCluster(arg0 interface{}) *gomock.Call

UpdateCluster indicates an expected call of UpdateCluster

func (*MockMemoryDBAPIMockRecorder) UpdateClusterRequest

func (mr *MockMemoryDBAPIMockRecorder) UpdateClusterRequest(arg0 interface{}) *gomock.Call

UpdateClusterRequest indicates an expected call of UpdateClusterRequest

func (*MockMemoryDBAPIMockRecorder) UpdateClusterWithContext

func (mr *MockMemoryDBAPIMockRecorder) UpdateClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateClusterWithContext indicates an expected call of UpdateClusterWithContext

func (*MockMemoryDBAPIMockRecorder) UpdateParameterGroup

func (mr *MockMemoryDBAPIMockRecorder) UpdateParameterGroup(arg0 interface{}) *gomock.Call

UpdateParameterGroup indicates an expected call of UpdateParameterGroup

func (*MockMemoryDBAPIMockRecorder) UpdateParameterGroupRequest

func (mr *MockMemoryDBAPIMockRecorder) UpdateParameterGroupRequest(arg0 interface{}) *gomock.Call

UpdateParameterGroupRequest indicates an expected call of UpdateParameterGroupRequest

func (*MockMemoryDBAPIMockRecorder) UpdateParameterGroupWithContext

func (mr *MockMemoryDBAPIMockRecorder) UpdateParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateParameterGroupWithContext indicates an expected call of UpdateParameterGroupWithContext

func (*MockMemoryDBAPIMockRecorder) UpdateSubnetGroup

func (mr *MockMemoryDBAPIMockRecorder) UpdateSubnetGroup(arg0 interface{}) *gomock.Call

UpdateSubnetGroup indicates an expected call of UpdateSubnetGroup

func (*MockMemoryDBAPIMockRecorder) UpdateSubnetGroupRequest

func (mr *MockMemoryDBAPIMockRecorder) UpdateSubnetGroupRequest(arg0 interface{}) *gomock.Call

UpdateSubnetGroupRequest indicates an expected call of UpdateSubnetGroupRequest

func (*MockMemoryDBAPIMockRecorder) UpdateSubnetGroupWithContext

func (mr *MockMemoryDBAPIMockRecorder) UpdateSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSubnetGroupWithContext indicates an expected call of UpdateSubnetGroupWithContext

func (*MockMemoryDBAPIMockRecorder) UpdateUser

func (mr *MockMemoryDBAPIMockRecorder) UpdateUser(arg0 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser

func (*MockMemoryDBAPIMockRecorder) UpdateUserRequest

func (mr *MockMemoryDBAPIMockRecorder) UpdateUserRequest(arg0 interface{}) *gomock.Call

UpdateUserRequest indicates an expected call of UpdateUserRequest

func (*MockMemoryDBAPIMockRecorder) UpdateUserWithContext

func (mr *MockMemoryDBAPIMockRecorder) UpdateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUserWithContext indicates an expected call of UpdateUserWithContext

Jump to

Keyboard shortcuts

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