sdk

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package sdk is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDescribeListenersClient

type MockDescribeListenersClient struct {
	elbv2iface.ELBV2API
	Resp  *elbv2.DescribeListenersOutput
	Error error
}

func (MockDescribeListenersClient) DescribeListenersPages

type MockDescribeLoadBalancersClient

type MockDescribeLoadBalancersClient struct {
	elbv2iface.ELBV2API
	Resp  *elbv2.DescribeLoadBalancersOutput
	Error error
}

func (MockDescribeLoadBalancersClient) DescribeLoadBalancersPages

type MockELBV2API

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

MockELBV2API is a mock of ELBV2API interface

func NewMockELBV2API

func NewMockELBV2API(ctrl *gomock.Controller) *MockELBV2API

NewMockELBV2API creates a new mock instance

func (*MockELBV2API) AddListenerCertificates

AddListenerCertificates mocks base method

func (*MockELBV2API) AddListenerCertificatesRequest

AddListenerCertificatesRequest mocks base method

func (*MockELBV2API) AddListenerCertificatesWithContext

func (m *MockELBV2API) AddListenerCertificatesWithContext(arg0 aws.Context, arg1 *elbv2.AddListenerCertificatesInput, arg2 ...request.Option) (*elbv2.AddListenerCertificatesOutput, error)

AddListenerCertificatesWithContext mocks base method

func (*MockELBV2API) AddTags

func (m *MockELBV2API) AddTags(arg0 *elbv2.AddTagsInput) (*elbv2.AddTagsOutput, error)

AddTags mocks base method

func (*MockELBV2API) AddTagsRequest

func (m *MockELBV2API) AddTagsRequest(arg0 *elbv2.AddTagsInput) (*request.Request, *elbv2.AddTagsOutput)

AddTagsRequest mocks base method

func (*MockELBV2API) AddTagsWithContext

func (m *MockELBV2API) AddTagsWithContext(arg0 aws.Context, arg1 *elbv2.AddTagsInput, arg2 ...request.Option) (*elbv2.AddTagsOutput, error)

AddTagsWithContext mocks base method

func (*MockELBV2API) CreateListener

CreateListener mocks base method

func (*MockELBV2API) CreateListenerRequest

func (m *MockELBV2API) CreateListenerRequest(arg0 *elbv2.CreateListenerInput) (*request.Request, *elbv2.CreateListenerOutput)

CreateListenerRequest mocks base method

func (*MockELBV2API) CreateListenerWithContext

func (m *MockELBV2API) CreateListenerWithContext(arg0 aws.Context, arg1 *elbv2.CreateListenerInput, arg2 ...request.Option) (*elbv2.CreateListenerOutput, error)

CreateListenerWithContext mocks base method

func (*MockELBV2API) CreateLoadBalancer

CreateLoadBalancer mocks base method

func (*MockELBV2API) CreateLoadBalancerRequest

func (m *MockELBV2API) CreateLoadBalancerRequest(arg0 *elbv2.CreateLoadBalancerInput) (*request.Request, *elbv2.CreateLoadBalancerOutput)

CreateLoadBalancerRequest mocks base method

func (*MockELBV2API) CreateLoadBalancerWithContext

func (m *MockELBV2API) CreateLoadBalancerWithContext(arg0 aws.Context, arg1 *elbv2.CreateLoadBalancerInput, arg2 ...request.Option) (*elbv2.CreateLoadBalancerOutput, error)

CreateLoadBalancerWithContext mocks base method

func (*MockELBV2API) CreateRule

func (m *MockELBV2API) CreateRule(arg0 *elbv2.CreateRuleInput) (*elbv2.CreateRuleOutput, error)

CreateRule mocks base method

func (*MockELBV2API) CreateRuleRequest

func (m *MockELBV2API) CreateRuleRequest(arg0 *elbv2.CreateRuleInput) (*request.Request, *elbv2.CreateRuleOutput)

CreateRuleRequest mocks base method

func (*MockELBV2API) CreateRuleWithContext

func (m *MockELBV2API) CreateRuleWithContext(arg0 aws.Context, arg1 *elbv2.CreateRuleInput, arg2 ...request.Option) (*elbv2.CreateRuleOutput, error)

CreateRuleWithContext mocks base method

func (*MockELBV2API) CreateTargetGroup

CreateTargetGroup mocks base method

func (*MockELBV2API) CreateTargetGroupRequest

func (m *MockELBV2API) CreateTargetGroupRequest(arg0 *elbv2.CreateTargetGroupInput) (*request.Request, *elbv2.CreateTargetGroupOutput)

CreateTargetGroupRequest mocks base method

func (*MockELBV2API) CreateTargetGroupWithContext

func (m *MockELBV2API) CreateTargetGroupWithContext(arg0 aws.Context, arg1 *elbv2.CreateTargetGroupInput, arg2 ...request.Option) (*elbv2.CreateTargetGroupOutput, error)

CreateTargetGroupWithContext mocks base method

func (*MockELBV2API) DeleteListener

DeleteListener mocks base method

func (*MockELBV2API) DeleteListenerRequest

func (m *MockELBV2API) DeleteListenerRequest(arg0 *elbv2.DeleteListenerInput) (*request.Request, *elbv2.DeleteListenerOutput)

DeleteListenerRequest mocks base method

func (*MockELBV2API) DeleteListenerWithContext

func (m *MockELBV2API) DeleteListenerWithContext(arg0 aws.Context, arg1 *elbv2.DeleteListenerInput, arg2 ...request.Option) (*elbv2.DeleteListenerOutput, error)

DeleteListenerWithContext mocks base method

func (*MockELBV2API) DeleteLoadBalancer

DeleteLoadBalancer mocks base method

func (*MockELBV2API) DeleteLoadBalancerRequest

func (m *MockELBV2API) DeleteLoadBalancerRequest(arg0 *elbv2.DeleteLoadBalancerInput) (*request.Request, *elbv2.DeleteLoadBalancerOutput)

DeleteLoadBalancerRequest mocks base method

func (*MockELBV2API) DeleteLoadBalancerWithContext

func (m *MockELBV2API) DeleteLoadBalancerWithContext(arg0 aws.Context, arg1 *elbv2.DeleteLoadBalancerInput, arg2 ...request.Option) (*elbv2.DeleteLoadBalancerOutput, error)

DeleteLoadBalancerWithContext mocks base method

func (*MockELBV2API) DeleteRule

func (m *MockELBV2API) DeleteRule(arg0 *elbv2.DeleteRuleInput) (*elbv2.DeleteRuleOutput, error)

DeleteRule mocks base method

func (*MockELBV2API) DeleteRuleRequest

func (m *MockELBV2API) DeleteRuleRequest(arg0 *elbv2.DeleteRuleInput) (*request.Request, *elbv2.DeleteRuleOutput)

DeleteRuleRequest mocks base method

func (*MockELBV2API) DeleteRuleWithContext

func (m *MockELBV2API) DeleteRuleWithContext(arg0 aws.Context, arg1 *elbv2.DeleteRuleInput, arg2 ...request.Option) (*elbv2.DeleteRuleOutput, error)

DeleteRuleWithContext mocks base method

func (*MockELBV2API) DeleteTargetGroup

DeleteTargetGroup mocks base method

func (*MockELBV2API) DeleteTargetGroupRequest

func (m *MockELBV2API) DeleteTargetGroupRequest(arg0 *elbv2.DeleteTargetGroupInput) (*request.Request, *elbv2.DeleteTargetGroupOutput)

DeleteTargetGroupRequest mocks base method

func (*MockELBV2API) DeleteTargetGroupWithContext

func (m *MockELBV2API) DeleteTargetGroupWithContext(arg0 aws.Context, arg1 *elbv2.DeleteTargetGroupInput, arg2 ...request.Option) (*elbv2.DeleteTargetGroupOutput, error)

DeleteTargetGroupWithContext mocks base method

func (*MockELBV2API) DeregisterTargets

DeregisterTargets mocks base method

func (*MockELBV2API) DeregisterTargetsRequest

func (m *MockELBV2API) DeregisterTargetsRequest(arg0 *elbv2.DeregisterTargetsInput) (*request.Request, *elbv2.DeregisterTargetsOutput)

DeregisterTargetsRequest mocks base method

func (*MockELBV2API) DeregisterTargetsWithContext

func (m *MockELBV2API) DeregisterTargetsWithContext(arg0 aws.Context, arg1 *elbv2.DeregisterTargetsInput, arg2 ...request.Option) (*elbv2.DeregisterTargetsOutput, error)

DeregisterTargetsWithContext mocks base method

func (*MockELBV2API) DescribeAccountLimits

DescribeAccountLimits mocks base method

func (*MockELBV2API) DescribeAccountLimitsRequest

DescribeAccountLimitsRequest mocks base method

func (*MockELBV2API) DescribeAccountLimitsWithContext

func (m *MockELBV2API) DescribeAccountLimitsWithContext(arg0 aws.Context, arg1 *elbv2.DescribeAccountLimitsInput, arg2 ...request.Option) (*elbv2.DescribeAccountLimitsOutput, error)

DescribeAccountLimitsWithContext mocks base method

func (*MockELBV2API) DescribeListenerCertificates

DescribeListenerCertificates mocks base method

func (*MockELBV2API) DescribeListenerCertificatesRequest

DescribeListenerCertificatesRequest mocks base method

func (*MockELBV2API) DescribeListenerCertificatesWithContext

func (m *MockELBV2API) DescribeListenerCertificatesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeListenerCertificatesInput, arg2 ...request.Option) (*elbv2.DescribeListenerCertificatesOutput, error)

DescribeListenerCertificatesWithContext mocks base method

func (*MockELBV2API) DescribeListeners

DescribeListeners mocks base method

func (*MockELBV2API) DescribeListenersPages

func (m *MockELBV2API) DescribeListenersPages(arg0 *elbv2.DescribeListenersInput, arg1 func(*elbv2.DescribeListenersOutput, bool) bool) error

DescribeListenersPages mocks base method

func (*MockELBV2API) DescribeListenersPagesWithContext

func (m *MockELBV2API) DescribeListenersPagesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeListenersInput, arg2 func(*elbv2.DescribeListenersOutput, bool) bool, arg3 ...request.Option) error

DescribeListenersPagesWithContext mocks base method

func (*MockELBV2API) DescribeListenersRequest

func (m *MockELBV2API) DescribeListenersRequest(arg0 *elbv2.DescribeListenersInput) (*request.Request, *elbv2.DescribeListenersOutput)

DescribeListenersRequest mocks base method

func (*MockELBV2API) DescribeListenersWithContext

func (m *MockELBV2API) DescribeListenersWithContext(arg0 aws.Context, arg1 *elbv2.DescribeListenersInput, arg2 ...request.Option) (*elbv2.DescribeListenersOutput, error)

DescribeListenersWithContext mocks base method

func (*MockELBV2API) DescribeLoadBalancerAttributes

DescribeLoadBalancerAttributes mocks base method

func (*MockELBV2API) DescribeLoadBalancerAttributesRequest

DescribeLoadBalancerAttributesRequest mocks base method

func (*MockELBV2API) DescribeLoadBalancerAttributesWithContext

func (m *MockELBV2API) DescribeLoadBalancerAttributesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancerAttributesInput, arg2 ...request.Option) (*elbv2.DescribeLoadBalancerAttributesOutput, error)

DescribeLoadBalancerAttributesWithContext mocks base method

func (*MockELBV2API) DescribeLoadBalancers

DescribeLoadBalancers mocks base method

func (*MockELBV2API) DescribeLoadBalancersPages

func (m *MockELBV2API) DescribeLoadBalancersPages(arg0 *elbv2.DescribeLoadBalancersInput, arg1 func(*elbv2.DescribeLoadBalancersOutput, bool) bool) error

DescribeLoadBalancersPages mocks base method

func (*MockELBV2API) DescribeLoadBalancersPagesWithContext

func (m *MockELBV2API) DescribeLoadBalancersPagesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 func(*elbv2.DescribeLoadBalancersOutput, bool) bool, arg3 ...request.Option) error

DescribeLoadBalancersPagesWithContext mocks base method

func (*MockELBV2API) DescribeLoadBalancersRequest

DescribeLoadBalancersRequest mocks base method

func (*MockELBV2API) DescribeLoadBalancersWithContext

func (m *MockELBV2API) DescribeLoadBalancersWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.Option) (*elbv2.DescribeLoadBalancersOutput, error)

DescribeLoadBalancersWithContext mocks base method

func (*MockELBV2API) DescribeRules

DescribeRules mocks base method

func (*MockELBV2API) DescribeRulesRequest

func (m *MockELBV2API) DescribeRulesRequest(arg0 *elbv2.DescribeRulesInput) (*request.Request, *elbv2.DescribeRulesOutput)

DescribeRulesRequest mocks base method

func (*MockELBV2API) DescribeRulesWithContext

func (m *MockELBV2API) DescribeRulesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeRulesInput, arg2 ...request.Option) (*elbv2.DescribeRulesOutput, error)

DescribeRulesWithContext mocks base method

func (*MockELBV2API) DescribeSSLPolicies

DescribeSSLPolicies mocks base method

func (*MockELBV2API) DescribeSSLPoliciesRequest

func (m *MockELBV2API) DescribeSSLPoliciesRequest(arg0 *elbv2.DescribeSSLPoliciesInput) (*request.Request, *elbv2.DescribeSSLPoliciesOutput)

DescribeSSLPoliciesRequest mocks base method

func (*MockELBV2API) DescribeSSLPoliciesWithContext

func (m *MockELBV2API) DescribeSSLPoliciesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeSSLPoliciesInput, arg2 ...request.Option) (*elbv2.DescribeSSLPoliciesOutput, error)

DescribeSSLPoliciesWithContext mocks base method

func (*MockELBV2API) DescribeTags

DescribeTags mocks base method

func (*MockELBV2API) DescribeTagsRequest

func (m *MockELBV2API) DescribeTagsRequest(arg0 *elbv2.DescribeTagsInput) (*request.Request, *elbv2.DescribeTagsOutput)

DescribeTagsRequest mocks base method

func (*MockELBV2API) DescribeTagsWithContext

func (m *MockELBV2API) DescribeTagsWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTagsInput, arg2 ...request.Option) (*elbv2.DescribeTagsOutput, error)

DescribeTagsWithContext mocks base method

func (*MockELBV2API) DescribeTargetGroupAttributes

DescribeTargetGroupAttributes mocks base method

func (*MockELBV2API) DescribeTargetGroupAttributesRequest

DescribeTargetGroupAttributesRequest mocks base method

func (*MockELBV2API) DescribeTargetGroupAttributesWithContext

func (m *MockELBV2API) DescribeTargetGroupAttributesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetGroupAttributesInput, arg2 ...request.Option) (*elbv2.DescribeTargetGroupAttributesOutput, error)

DescribeTargetGroupAttributesWithContext mocks base method

func (*MockELBV2API) DescribeTargetGroups

DescribeTargetGroups mocks base method

func (*MockELBV2API) DescribeTargetGroupsPages

func (m *MockELBV2API) DescribeTargetGroupsPages(arg0 *elbv2.DescribeTargetGroupsInput, arg1 func(*elbv2.DescribeTargetGroupsOutput, bool) bool) error

DescribeTargetGroupsPages mocks base method

func (*MockELBV2API) DescribeTargetGroupsPagesWithContext

func (m *MockELBV2API) DescribeTargetGroupsPagesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetGroupsInput, arg2 func(*elbv2.DescribeTargetGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeTargetGroupsPagesWithContext mocks base method

func (*MockELBV2API) DescribeTargetGroupsRequest

func (m *MockELBV2API) DescribeTargetGroupsRequest(arg0 *elbv2.DescribeTargetGroupsInput) (*request.Request, *elbv2.DescribeTargetGroupsOutput)

DescribeTargetGroupsRequest mocks base method

func (*MockELBV2API) DescribeTargetGroupsWithContext

func (m *MockELBV2API) DescribeTargetGroupsWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetGroupsInput, arg2 ...request.Option) (*elbv2.DescribeTargetGroupsOutput, error)

DescribeTargetGroupsWithContext mocks base method

func (*MockELBV2API) DescribeTargetHealth

DescribeTargetHealth mocks base method

func (*MockELBV2API) DescribeTargetHealthRequest

func (m *MockELBV2API) DescribeTargetHealthRequest(arg0 *elbv2.DescribeTargetHealthInput) (*request.Request, *elbv2.DescribeTargetHealthOutput)

DescribeTargetHealthRequest mocks base method

func (*MockELBV2API) DescribeTargetHealthWithContext

func (m *MockELBV2API) DescribeTargetHealthWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetHealthInput, arg2 ...request.Option) (*elbv2.DescribeTargetHealthOutput, error)

DescribeTargetHealthWithContext mocks base method

func (*MockELBV2API) EXPECT

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

func (*MockELBV2API) ModifyListener

ModifyListener mocks base method

func (*MockELBV2API) ModifyListenerRequest

func (m *MockELBV2API) ModifyListenerRequest(arg0 *elbv2.ModifyListenerInput) (*request.Request, *elbv2.ModifyListenerOutput)

ModifyListenerRequest mocks base method

func (*MockELBV2API) ModifyListenerWithContext

func (m *MockELBV2API) ModifyListenerWithContext(arg0 aws.Context, arg1 *elbv2.ModifyListenerInput, arg2 ...request.Option) (*elbv2.ModifyListenerOutput, error)

ModifyListenerWithContext mocks base method

func (*MockELBV2API) ModifyLoadBalancerAttributes

ModifyLoadBalancerAttributes mocks base method

func (*MockELBV2API) ModifyLoadBalancerAttributesRequest

ModifyLoadBalancerAttributesRequest mocks base method

func (*MockELBV2API) ModifyLoadBalancerAttributesWithContext

func (m *MockELBV2API) ModifyLoadBalancerAttributesWithContext(arg0 aws.Context, arg1 *elbv2.ModifyLoadBalancerAttributesInput, arg2 ...request.Option) (*elbv2.ModifyLoadBalancerAttributesOutput, error)

ModifyLoadBalancerAttributesWithContext mocks base method

func (*MockELBV2API) ModifyRule

func (m *MockELBV2API) ModifyRule(arg0 *elbv2.ModifyRuleInput) (*elbv2.ModifyRuleOutput, error)

ModifyRule mocks base method

func (*MockELBV2API) ModifyRuleRequest

func (m *MockELBV2API) ModifyRuleRequest(arg0 *elbv2.ModifyRuleInput) (*request.Request, *elbv2.ModifyRuleOutput)

ModifyRuleRequest mocks base method

func (*MockELBV2API) ModifyRuleWithContext

func (m *MockELBV2API) ModifyRuleWithContext(arg0 aws.Context, arg1 *elbv2.ModifyRuleInput, arg2 ...request.Option) (*elbv2.ModifyRuleOutput, error)

ModifyRuleWithContext mocks base method

func (*MockELBV2API) ModifyTargetGroup

ModifyTargetGroup mocks base method

func (*MockELBV2API) ModifyTargetGroupAttributes

ModifyTargetGroupAttributes mocks base method

func (*MockELBV2API) ModifyTargetGroupAttributesRequest

ModifyTargetGroupAttributesRequest mocks base method

func (*MockELBV2API) ModifyTargetGroupAttributesWithContext

func (m *MockELBV2API) ModifyTargetGroupAttributesWithContext(arg0 aws.Context, arg1 *elbv2.ModifyTargetGroupAttributesInput, arg2 ...request.Option) (*elbv2.ModifyTargetGroupAttributesOutput, error)

ModifyTargetGroupAttributesWithContext mocks base method

func (*MockELBV2API) ModifyTargetGroupRequest

func (m *MockELBV2API) ModifyTargetGroupRequest(arg0 *elbv2.ModifyTargetGroupInput) (*request.Request, *elbv2.ModifyTargetGroupOutput)

ModifyTargetGroupRequest mocks base method

func (*MockELBV2API) ModifyTargetGroupWithContext

func (m *MockELBV2API) ModifyTargetGroupWithContext(arg0 aws.Context, arg1 *elbv2.ModifyTargetGroupInput, arg2 ...request.Option) (*elbv2.ModifyTargetGroupOutput, error)

ModifyTargetGroupWithContext mocks base method

func (*MockELBV2API) RegisterTargets

RegisterTargets mocks base method

func (*MockELBV2API) RegisterTargetsRequest

func (m *MockELBV2API) RegisterTargetsRequest(arg0 *elbv2.RegisterTargetsInput) (*request.Request, *elbv2.RegisterTargetsOutput)

RegisterTargetsRequest mocks base method

func (*MockELBV2API) RegisterTargetsWithContext

func (m *MockELBV2API) RegisterTargetsWithContext(arg0 aws.Context, arg1 *elbv2.RegisterTargetsInput, arg2 ...request.Option) (*elbv2.RegisterTargetsOutput, error)

RegisterTargetsWithContext mocks base method

func (*MockELBV2API) RemoveListenerCertificates

RemoveListenerCertificates mocks base method

func (*MockELBV2API) RemoveListenerCertificatesRequest

RemoveListenerCertificatesRequest mocks base method

func (*MockELBV2API) RemoveListenerCertificatesWithContext

func (m *MockELBV2API) RemoveListenerCertificatesWithContext(arg0 aws.Context, arg1 *elbv2.RemoveListenerCertificatesInput, arg2 ...request.Option) (*elbv2.RemoveListenerCertificatesOutput, error)

RemoveListenerCertificatesWithContext mocks base method

func (*MockELBV2API) RemoveTags

func (m *MockELBV2API) RemoveTags(arg0 *elbv2.RemoveTagsInput) (*elbv2.RemoveTagsOutput, error)

RemoveTags mocks base method

func (*MockELBV2API) RemoveTagsRequest

func (m *MockELBV2API) RemoveTagsRequest(arg0 *elbv2.RemoveTagsInput) (*request.Request, *elbv2.RemoveTagsOutput)

RemoveTagsRequest mocks base method

func (*MockELBV2API) RemoveTagsWithContext

func (m *MockELBV2API) RemoveTagsWithContext(arg0 aws.Context, arg1 *elbv2.RemoveTagsInput, arg2 ...request.Option) (*elbv2.RemoveTagsOutput, error)

RemoveTagsWithContext mocks base method

func (*MockELBV2API) SetIpAddressType

SetIpAddressType mocks base method

func (*MockELBV2API) SetIpAddressTypeRequest

func (m *MockELBV2API) SetIpAddressTypeRequest(arg0 *elbv2.SetIpAddressTypeInput) (*request.Request, *elbv2.SetIpAddressTypeOutput)

SetIpAddressTypeRequest mocks base method

func (*MockELBV2API) SetIpAddressTypeWithContext

func (m *MockELBV2API) SetIpAddressTypeWithContext(arg0 aws.Context, arg1 *elbv2.SetIpAddressTypeInput, arg2 ...request.Option) (*elbv2.SetIpAddressTypeOutput, error)

SetIpAddressTypeWithContext mocks base method

func (*MockELBV2API) SetRulePriorities

SetRulePriorities mocks base method

func (*MockELBV2API) SetRulePrioritiesRequest

func (m *MockELBV2API) SetRulePrioritiesRequest(arg0 *elbv2.SetRulePrioritiesInput) (*request.Request, *elbv2.SetRulePrioritiesOutput)

SetRulePrioritiesRequest mocks base method

func (*MockELBV2API) SetRulePrioritiesWithContext

func (m *MockELBV2API) SetRulePrioritiesWithContext(arg0 aws.Context, arg1 *elbv2.SetRulePrioritiesInput, arg2 ...request.Option) (*elbv2.SetRulePrioritiesOutput, error)

SetRulePrioritiesWithContext mocks base method

func (*MockELBV2API) SetSecurityGroups

SetSecurityGroups mocks base method

func (*MockELBV2API) SetSecurityGroupsRequest

func (m *MockELBV2API) SetSecurityGroupsRequest(arg0 *elbv2.SetSecurityGroupsInput) (*request.Request, *elbv2.SetSecurityGroupsOutput)

SetSecurityGroupsRequest mocks base method

func (*MockELBV2API) SetSecurityGroupsWithContext

func (m *MockELBV2API) SetSecurityGroupsWithContext(arg0 aws.Context, arg1 *elbv2.SetSecurityGroupsInput, arg2 ...request.Option) (*elbv2.SetSecurityGroupsOutput, error)

SetSecurityGroupsWithContext mocks base method

func (*MockELBV2API) SetSubnets

func (m *MockELBV2API) SetSubnets(arg0 *elbv2.SetSubnetsInput) (*elbv2.SetSubnetsOutput, error)

SetSubnets mocks base method

func (*MockELBV2API) SetSubnetsRequest

func (m *MockELBV2API) SetSubnetsRequest(arg0 *elbv2.SetSubnetsInput) (*request.Request, *elbv2.SetSubnetsOutput)

SetSubnetsRequest mocks base method

func (*MockELBV2API) SetSubnetsWithContext

func (m *MockELBV2API) SetSubnetsWithContext(arg0 aws.Context, arg1 *elbv2.SetSubnetsInput, arg2 ...request.Option) (*elbv2.SetSubnetsOutput, error)

SetSubnetsWithContext mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerAvailable

func (m *MockELBV2API) WaitUntilLoadBalancerAvailable(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancerAvailable mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerAvailableWithContext

func (m *MockELBV2API) WaitUntilLoadBalancerAvailableWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancerAvailableWithContext mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerExists

func (m *MockELBV2API) WaitUntilLoadBalancerExists(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancerExists mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerExistsWithContext

func (m *MockELBV2API) WaitUntilLoadBalancerExistsWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancerExistsWithContext mocks base method

func (*MockELBV2API) WaitUntilLoadBalancersDeleted

func (m *MockELBV2API) WaitUntilLoadBalancersDeleted(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancersDeleted mocks base method

func (*MockELBV2API) WaitUntilLoadBalancersDeletedWithContext

func (m *MockELBV2API) WaitUntilLoadBalancersDeletedWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancersDeletedWithContext mocks base method

func (*MockELBV2API) WaitUntilTargetDeregistered

func (m *MockELBV2API) WaitUntilTargetDeregistered(arg0 *elbv2.DescribeTargetHealthInput) error

WaitUntilTargetDeregistered mocks base method

func (*MockELBV2API) WaitUntilTargetDeregisteredWithContext

func (m *MockELBV2API) WaitUntilTargetDeregisteredWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetHealthInput, arg2 ...request.WaiterOption) error

WaitUntilTargetDeregisteredWithContext mocks base method

func (*MockELBV2API) WaitUntilTargetInService

func (m *MockELBV2API) WaitUntilTargetInService(arg0 *elbv2.DescribeTargetHealthInput) error

WaitUntilTargetInService mocks base method

func (*MockELBV2API) WaitUntilTargetInServiceWithContext

func (m *MockELBV2API) WaitUntilTargetInServiceWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetHealthInput, arg2 ...request.WaiterOption) error

WaitUntilTargetInServiceWithContext mocks base method

type MockELBV2APIMockRecorder

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

MockELBV2APIMockRecorder is the mock recorder for MockELBV2API

func (*MockELBV2APIMockRecorder) AddListenerCertificates

func (mr *MockELBV2APIMockRecorder) AddListenerCertificates(arg0 interface{}) *gomock.Call

AddListenerCertificates indicates an expected call of AddListenerCertificates

func (*MockELBV2APIMockRecorder) AddListenerCertificatesRequest

func (mr *MockELBV2APIMockRecorder) AddListenerCertificatesRequest(arg0 interface{}) *gomock.Call

AddListenerCertificatesRequest indicates an expected call of AddListenerCertificatesRequest

func (*MockELBV2APIMockRecorder) AddListenerCertificatesWithContext

func (mr *MockELBV2APIMockRecorder) AddListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddListenerCertificatesWithContext indicates an expected call of AddListenerCertificatesWithContext

func (*MockELBV2APIMockRecorder) AddTags

func (mr *MockELBV2APIMockRecorder) AddTags(arg0 interface{}) *gomock.Call

AddTags indicates an expected call of AddTags

func (*MockELBV2APIMockRecorder) AddTagsRequest

func (mr *MockELBV2APIMockRecorder) AddTagsRequest(arg0 interface{}) *gomock.Call

AddTagsRequest indicates an expected call of AddTagsRequest

func (*MockELBV2APIMockRecorder) AddTagsWithContext

func (mr *MockELBV2APIMockRecorder) AddTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsWithContext indicates an expected call of AddTagsWithContext

func (*MockELBV2APIMockRecorder) CreateListener

func (mr *MockELBV2APIMockRecorder) CreateListener(arg0 interface{}) *gomock.Call

CreateListener indicates an expected call of CreateListener

func (*MockELBV2APIMockRecorder) CreateListenerRequest

func (mr *MockELBV2APIMockRecorder) CreateListenerRequest(arg0 interface{}) *gomock.Call

CreateListenerRequest indicates an expected call of CreateListenerRequest

func (*MockELBV2APIMockRecorder) CreateListenerWithContext

func (mr *MockELBV2APIMockRecorder) CreateListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateListenerWithContext indicates an expected call of CreateListenerWithContext

func (*MockELBV2APIMockRecorder) CreateLoadBalancer

func (mr *MockELBV2APIMockRecorder) CreateLoadBalancer(arg0 interface{}) *gomock.Call

CreateLoadBalancer indicates an expected call of CreateLoadBalancer

func (*MockELBV2APIMockRecorder) CreateLoadBalancerRequest

func (mr *MockELBV2APIMockRecorder) CreateLoadBalancerRequest(arg0 interface{}) *gomock.Call

CreateLoadBalancerRequest indicates an expected call of CreateLoadBalancerRequest

func (*MockELBV2APIMockRecorder) CreateLoadBalancerWithContext

func (mr *MockELBV2APIMockRecorder) CreateLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoadBalancerWithContext indicates an expected call of CreateLoadBalancerWithContext

func (*MockELBV2APIMockRecorder) CreateRule

func (mr *MockELBV2APIMockRecorder) CreateRule(arg0 interface{}) *gomock.Call

CreateRule indicates an expected call of CreateRule

func (*MockELBV2APIMockRecorder) CreateRuleRequest

func (mr *MockELBV2APIMockRecorder) CreateRuleRequest(arg0 interface{}) *gomock.Call

CreateRuleRequest indicates an expected call of CreateRuleRequest

func (*MockELBV2APIMockRecorder) CreateRuleWithContext

func (mr *MockELBV2APIMockRecorder) CreateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRuleWithContext indicates an expected call of CreateRuleWithContext

func (*MockELBV2APIMockRecorder) CreateTargetGroup

func (mr *MockELBV2APIMockRecorder) CreateTargetGroup(arg0 interface{}) *gomock.Call

CreateTargetGroup indicates an expected call of CreateTargetGroup

func (*MockELBV2APIMockRecorder) CreateTargetGroupRequest

func (mr *MockELBV2APIMockRecorder) CreateTargetGroupRequest(arg0 interface{}) *gomock.Call

CreateTargetGroupRequest indicates an expected call of CreateTargetGroupRequest

func (*MockELBV2APIMockRecorder) CreateTargetGroupWithContext

func (mr *MockELBV2APIMockRecorder) CreateTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTargetGroupWithContext indicates an expected call of CreateTargetGroupWithContext

func (*MockELBV2APIMockRecorder) DeleteListener

func (mr *MockELBV2APIMockRecorder) DeleteListener(arg0 interface{}) *gomock.Call

DeleteListener indicates an expected call of DeleteListener

func (*MockELBV2APIMockRecorder) DeleteListenerRequest

func (mr *MockELBV2APIMockRecorder) DeleteListenerRequest(arg0 interface{}) *gomock.Call

DeleteListenerRequest indicates an expected call of DeleteListenerRequest

func (*MockELBV2APIMockRecorder) DeleteListenerWithContext

func (mr *MockELBV2APIMockRecorder) DeleteListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteListenerWithContext indicates an expected call of DeleteListenerWithContext

func (*MockELBV2APIMockRecorder) DeleteLoadBalancer

func (mr *MockELBV2APIMockRecorder) DeleteLoadBalancer(arg0 interface{}) *gomock.Call

DeleteLoadBalancer indicates an expected call of DeleteLoadBalancer

func (*MockELBV2APIMockRecorder) DeleteLoadBalancerRequest

func (mr *MockELBV2APIMockRecorder) DeleteLoadBalancerRequest(arg0 interface{}) *gomock.Call

DeleteLoadBalancerRequest indicates an expected call of DeleteLoadBalancerRequest

func (*MockELBV2APIMockRecorder) DeleteLoadBalancerWithContext

func (mr *MockELBV2APIMockRecorder) DeleteLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoadBalancerWithContext indicates an expected call of DeleteLoadBalancerWithContext

func (*MockELBV2APIMockRecorder) DeleteRule

func (mr *MockELBV2APIMockRecorder) DeleteRule(arg0 interface{}) *gomock.Call

DeleteRule indicates an expected call of DeleteRule

func (*MockELBV2APIMockRecorder) DeleteRuleRequest

func (mr *MockELBV2APIMockRecorder) DeleteRuleRequest(arg0 interface{}) *gomock.Call

DeleteRuleRequest indicates an expected call of DeleteRuleRequest

func (*MockELBV2APIMockRecorder) DeleteRuleWithContext

func (mr *MockELBV2APIMockRecorder) DeleteRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRuleWithContext indicates an expected call of DeleteRuleWithContext

func (*MockELBV2APIMockRecorder) DeleteTargetGroup

func (mr *MockELBV2APIMockRecorder) DeleteTargetGroup(arg0 interface{}) *gomock.Call

DeleteTargetGroup indicates an expected call of DeleteTargetGroup

func (*MockELBV2APIMockRecorder) DeleteTargetGroupRequest

func (mr *MockELBV2APIMockRecorder) DeleteTargetGroupRequest(arg0 interface{}) *gomock.Call

DeleteTargetGroupRequest indicates an expected call of DeleteTargetGroupRequest

func (*MockELBV2APIMockRecorder) DeleteTargetGroupWithContext

func (mr *MockELBV2APIMockRecorder) DeleteTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTargetGroupWithContext indicates an expected call of DeleteTargetGroupWithContext

func (*MockELBV2APIMockRecorder) DeregisterTargets

func (mr *MockELBV2APIMockRecorder) DeregisterTargets(arg0 interface{}) *gomock.Call

DeregisterTargets indicates an expected call of DeregisterTargets

func (*MockELBV2APIMockRecorder) DeregisterTargetsRequest

func (mr *MockELBV2APIMockRecorder) DeregisterTargetsRequest(arg0 interface{}) *gomock.Call

DeregisterTargetsRequest indicates an expected call of DeregisterTargetsRequest

func (*MockELBV2APIMockRecorder) DeregisterTargetsWithContext

func (mr *MockELBV2APIMockRecorder) DeregisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTargetsWithContext indicates an expected call of DeregisterTargetsWithContext

func (*MockELBV2APIMockRecorder) DescribeAccountLimits

func (mr *MockELBV2APIMockRecorder) DescribeAccountLimits(arg0 interface{}) *gomock.Call

DescribeAccountLimits indicates an expected call of DescribeAccountLimits

func (*MockELBV2APIMockRecorder) DescribeAccountLimitsRequest

func (mr *MockELBV2APIMockRecorder) DescribeAccountLimitsRequest(arg0 interface{}) *gomock.Call

DescribeAccountLimitsRequest indicates an expected call of DescribeAccountLimitsRequest

func (*MockELBV2APIMockRecorder) DescribeAccountLimitsWithContext

func (mr *MockELBV2APIMockRecorder) DescribeAccountLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountLimitsWithContext indicates an expected call of DescribeAccountLimitsWithContext

func (*MockELBV2APIMockRecorder) DescribeListenerCertificates

func (mr *MockELBV2APIMockRecorder) DescribeListenerCertificates(arg0 interface{}) *gomock.Call

DescribeListenerCertificates indicates an expected call of DescribeListenerCertificates

func (*MockELBV2APIMockRecorder) DescribeListenerCertificatesRequest

func (mr *MockELBV2APIMockRecorder) DescribeListenerCertificatesRequest(arg0 interface{}) *gomock.Call

DescribeListenerCertificatesRequest indicates an expected call of DescribeListenerCertificatesRequest

func (*MockELBV2APIMockRecorder) DescribeListenerCertificatesWithContext

func (mr *MockELBV2APIMockRecorder) DescribeListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeListenerCertificatesWithContext indicates an expected call of DescribeListenerCertificatesWithContext

func (*MockELBV2APIMockRecorder) DescribeListeners

func (mr *MockELBV2APIMockRecorder) DescribeListeners(arg0 interface{}) *gomock.Call

DescribeListeners indicates an expected call of DescribeListeners

func (*MockELBV2APIMockRecorder) DescribeListenersPages

func (mr *MockELBV2APIMockRecorder) DescribeListenersPages(arg0, arg1 interface{}) *gomock.Call

DescribeListenersPages indicates an expected call of DescribeListenersPages

func (*MockELBV2APIMockRecorder) DescribeListenersPagesWithContext

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

DescribeListenersPagesWithContext indicates an expected call of DescribeListenersPagesWithContext

func (*MockELBV2APIMockRecorder) DescribeListenersRequest

func (mr *MockELBV2APIMockRecorder) DescribeListenersRequest(arg0 interface{}) *gomock.Call

DescribeListenersRequest indicates an expected call of DescribeListenersRequest

func (*MockELBV2APIMockRecorder) DescribeListenersWithContext

func (mr *MockELBV2APIMockRecorder) DescribeListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeListenersWithContext indicates an expected call of DescribeListenersWithContext

func (*MockELBV2APIMockRecorder) DescribeLoadBalancerAttributes

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancerAttributes(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributes indicates an expected call of DescribeLoadBalancerAttributes

func (*MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesRequest

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributesRequest indicates an expected call of DescribeLoadBalancerAttributesRequest

func (*MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesWithContext

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerAttributesWithContext indicates an expected call of DescribeLoadBalancerAttributesWithContext

func (*MockELBV2APIMockRecorder) DescribeLoadBalancers

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancers(arg0 interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersPages

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancersPages(arg0, arg1 interface{}) *gomock.Call

DescribeLoadBalancersPages indicates an expected call of DescribeLoadBalancersPages

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersPagesWithContext

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

DescribeLoadBalancersPagesWithContext indicates an expected call of DescribeLoadBalancersPagesWithContext

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersRequest

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancersRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancersRequest indicates an expected call of DescribeLoadBalancersRequest

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersWithContext

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancersWithContext indicates an expected call of DescribeLoadBalancersWithContext

func (*MockELBV2APIMockRecorder) DescribeRules

func (mr *MockELBV2APIMockRecorder) DescribeRules(arg0 interface{}) *gomock.Call

DescribeRules indicates an expected call of DescribeRules

func (*MockELBV2APIMockRecorder) DescribeRulesRequest

func (mr *MockELBV2APIMockRecorder) DescribeRulesRequest(arg0 interface{}) *gomock.Call

DescribeRulesRequest indicates an expected call of DescribeRulesRequest

func (*MockELBV2APIMockRecorder) DescribeRulesWithContext

func (mr *MockELBV2APIMockRecorder) DescribeRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRulesWithContext indicates an expected call of DescribeRulesWithContext

func (*MockELBV2APIMockRecorder) DescribeSSLPolicies

func (mr *MockELBV2APIMockRecorder) DescribeSSLPolicies(arg0 interface{}) *gomock.Call

DescribeSSLPolicies indicates an expected call of DescribeSSLPolicies

func (*MockELBV2APIMockRecorder) DescribeSSLPoliciesRequest

func (mr *MockELBV2APIMockRecorder) DescribeSSLPoliciesRequest(arg0 interface{}) *gomock.Call

DescribeSSLPoliciesRequest indicates an expected call of DescribeSSLPoliciesRequest

func (*MockELBV2APIMockRecorder) DescribeSSLPoliciesWithContext

func (mr *MockELBV2APIMockRecorder) DescribeSSLPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSSLPoliciesWithContext indicates an expected call of DescribeSSLPoliciesWithContext

func (*MockELBV2APIMockRecorder) DescribeTags

func (mr *MockELBV2APIMockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags

func (*MockELBV2APIMockRecorder) DescribeTagsRequest

func (mr *MockELBV2APIMockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest

func (*MockELBV2APIMockRecorder) DescribeTagsWithContext

func (mr *MockELBV2APIMockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetGroupAttributes

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupAttributes(arg0 interface{}) *gomock.Call

DescribeTargetGroupAttributes indicates an expected call of DescribeTargetGroupAttributes

func (*MockELBV2APIMockRecorder) DescribeTargetGroupAttributesRequest

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupAttributesRequest(arg0 interface{}) *gomock.Call

DescribeTargetGroupAttributesRequest indicates an expected call of DescribeTargetGroupAttributesRequest

func (*MockELBV2APIMockRecorder) DescribeTargetGroupAttributesWithContext

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetGroupAttributesWithContext indicates an expected call of DescribeTargetGroupAttributesWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetGroups

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroups(arg0 interface{}) *gomock.Call

DescribeTargetGroups indicates an expected call of DescribeTargetGroups

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsPages

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTargetGroupsPages indicates an expected call of DescribeTargetGroupsPages

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsPagesWithContext

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

DescribeTargetGroupsPagesWithContext indicates an expected call of DescribeTargetGroupsPagesWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsRequest

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeTargetGroupsRequest indicates an expected call of DescribeTargetGroupsRequest

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsWithContext

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetGroupsWithContext indicates an expected call of DescribeTargetGroupsWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetHealth

func (mr *MockELBV2APIMockRecorder) DescribeTargetHealth(arg0 interface{}) *gomock.Call

DescribeTargetHealth indicates an expected call of DescribeTargetHealth

func (*MockELBV2APIMockRecorder) DescribeTargetHealthRequest

func (mr *MockELBV2APIMockRecorder) DescribeTargetHealthRequest(arg0 interface{}) *gomock.Call

DescribeTargetHealthRequest indicates an expected call of DescribeTargetHealthRequest

func (*MockELBV2APIMockRecorder) DescribeTargetHealthWithContext

func (mr *MockELBV2APIMockRecorder) DescribeTargetHealthWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetHealthWithContext indicates an expected call of DescribeTargetHealthWithContext

func (*MockELBV2APIMockRecorder) ModifyListener

func (mr *MockELBV2APIMockRecorder) ModifyListener(arg0 interface{}) *gomock.Call

ModifyListener indicates an expected call of ModifyListener

func (*MockELBV2APIMockRecorder) ModifyListenerRequest

func (mr *MockELBV2APIMockRecorder) ModifyListenerRequest(arg0 interface{}) *gomock.Call

ModifyListenerRequest indicates an expected call of ModifyListenerRequest

func (*MockELBV2APIMockRecorder) ModifyListenerWithContext

func (mr *MockELBV2APIMockRecorder) ModifyListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyListenerWithContext indicates an expected call of ModifyListenerWithContext

func (*MockELBV2APIMockRecorder) ModifyLoadBalancerAttributes

func (mr *MockELBV2APIMockRecorder) ModifyLoadBalancerAttributes(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributes indicates an expected call of ModifyLoadBalancerAttributes

func (*MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesRequest

func (mr *MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributesRequest indicates an expected call of ModifyLoadBalancerAttributesRequest

func (*MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesWithContext

func (mr *MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLoadBalancerAttributesWithContext indicates an expected call of ModifyLoadBalancerAttributesWithContext

func (*MockELBV2APIMockRecorder) ModifyRule

func (mr *MockELBV2APIMockRecorder) ModifyRule(arg0 interface{}) *gomock.Call

ModifyRule indicates an expected call of ModifyRule

func (*MockELBV2APIMockRecorder) ModifyRuleRequest

func (mr *MockELBV2APIMockRecorder) ModifyRuleRequest(arg0 interface{}) *gomock.Call

ModifyRuleRequest indicates an expected call of ModifyRuleRequest

func (*MockELBV2APIMockRecorder) ModifyRuleWithContext

func (mr *MockELBV2APIMockRecorder) ModifyRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyRuleWithContext indicates an expected call of ModifyRuleWithContext

func (*MockELBV2APIMockRecorder) ModifyTargetGroup

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroup(arg0 interface{}) *gomock.Call

ModifyTargetGroup indicates an expected call of ModifyTargetGroup

func (*MockELBV2APIMockRecorder) ModifyTargetGroupAttributes

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupAttributes(arg0 interface{}) *gomock.Call

ModifyTargetGroupAttributes indicates an expected call of ModifyTargetGroupAttributes

func (*MockELBV2APIMockRecorder) ModifyTargetGroupAttributesRequest

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupAttributesRequest(arg0 interface{}) *gomock.Call

ModifyTargetGroupAttributesRequest indicates an expected call of ModifyTargetGroupAttributesRequest

func (*MockELBV2APIMockRecorder) ModifyTargetGroupAttributesWithContext

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTargetGroupAttributesWithContext indicates an expected call of ModifyTargetGroupAttributesWithContext

func (*MockELBV2APIMockRecorder) ModifyTargetGroupRequest

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupRequest(arg0 interface{}) *gomock.Call

ModifyTargetGroupRequest indicates an expected call of ModifyTargetGroupRequest

func (*MockELBV2APIMockRecorder) ModifyTargetGroupWithContext

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTargetGroupWithContext indicates an expected call of ModifyTargetGroupWithContext

func (*MockELBV2APIMockRecorder) RegisterTargets

func (mr *MockELBV2APIMockRecorder) RegisterTargets(arg0 interface{}) *gomock.Call

RegisterTargets indicates an expected call of RegisterTargets

func (*MockELBV2APIMockRecorder) RegisterTargetsRequest

func (mr *MockELBV2APIMockRecorder) RegisterTargetsRequest(arg0 interface{}) *gomock.Call

RegisterTargetsRequest indicates an expected call of RegisterTargetsRequest

func (*MockELBV2APIMockRecorder) RegisterTargetsWithContext

func (mr *MockELBV2APIMockRecorder) RegisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTargetsWithContext indicates an expected call of RegisterTargetsWithContext

func (*MockELBV2APIMockRecorder) RemoveListenerCertificates

func (mr *MockELBV2APIMockRecorder) RemoveListenerCertificates(arg0 interface{}) *gomock.Call

RemoveListenerCertificates indicates an expected call of RemoveListenerCertificates

func (*MockELBV2APIMockRecorder) RemoveListenerCertificatesRequest

func (mr *MockELBV2APIMockRecorder) RemoveListenerCertificatesRequest(arg0 interface{}) *gomock.Call

RemoveListenerCertificatesRequest indicates an expected call of RemoveListenerCertificatesRequest

func (*MockELBV2APIMockRecorder) RemoveListenerCertificatesWithContext

func (mr *MockELBV2APIMockRecorder) RemoveListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveListenerCertificatesWithContext indicates an expected call of RemoveListenerCertificatesWithContext

func (*MockELBV2APIMockRecorder) RemoveTags

func (mr *MockELBV2APIMockRecorder) RemoveTags(arg0 interface{}) *gomock.Call

RemoveTags indicates an expected call of RemoveTags

func (*MockELBV2APIMockRecorder) RemoveTagsRequest

func (mr *MockELBV2APIMockRecorder) RemoveTagsRequest(arg0 interface{}) *gomock.Call

RemoveTagsRequest indicates an expected call of RemoveTagsRequest

func (*MockELBV2APIMockRecorder) RemoveTagsWithContext

func (mr *MockELBV2APIMockRecorder) RemoveTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsWithContext indicates an expected call of RemoveTagsWithContext

func (*MockELBV2APIMockRecorder) SetIpAddressType

func (mr *MockELBV2APIMockRecorder) SetIpAddressType(arg0 interface{}) *gomock.Call

SetIpAddressType indicates an expected call of SetIpAddressType

func (*MockELBV2APIMockRecorder) SetIpAddressTypeRequest

func (mr *MockELBV2APIMockRecorder) SetIpAddressTypeRequest(arg0 interface{}) *gomock.Call

SetIpAddressTypeRequest indicates an expected call of SetIpAddressTypeRequest

func (*MockELBV2APIMockRecorder) SetIpAddressTypeWithContext

func (mr *MockELBV2APIMockRecorder) SetIpAddressTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIpAddressTypeWithContext indicates an expected call of SetIpAddressTypeWithContext

func (*MockELBV2APIMockRecorder) SetRulePriorities

func (mr *MockELBV2APIMockRecorder) SetRulePriorities(arg0 interface{}) *gomock.Call

SetRulePriorities indicates an expected call of SetRulePriorities

func (*MockELBV2APIMockRecorder) SetRulePrioritiesRequest

func (mr *MockELBV2APIMockRecorder) SetRulePrioritiesRequest(arg0 interface{}) *gomock.Call

SetRulePrioritiesRequest indicates an expected call of SetRulePrioritiesRequest

func (*MockELBV2APIMockRecorder) SetRulePrioritiesWithContext

func (mr *MockELBV2APIMockRecorder) SetRulePrioritiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetRulePrioritiesWithContext indicates an expected call of SetRulePrioritiesWithContext

func (*MockELBV2APIMockRecorder) SetSecurityGroups

func (mr *MockELBV2APIMockRecorder) SetSecurityGroups(arg0 interface{}) *gomock.Call

SetSecurityGroups indicates an expected call of SetSecurityGroups

func (*MockELBV2APIMockRecorder) SetSecurityGroupsRequest

func (mr *MockELBV2APIMockRecorder) SetSecurityGroupsRequest(arg0 interface{}) *gomock.Call

SetSecurityGroupsRequest indicates an expected call of SetSecurityGroupsRequest

func (*MockELBV2APIMockRecorder) SetSecurityGroupsWithContext

func (mr *MockELBV2APIMockRecorder) SetSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSecurityGroupsWithContext indicates an expected call of SetSecurityGroupsWithContext

func (*MockELBV2APIMockRecorder) SetSubnets

func (mr *MockELBV2APIMockRecorder) SetSubnets(arg0 interface{}) *gomock.Call

SetSubnets indicates an expected call of SetSubnets

func (*MockELBV2APIMockRecorder) SetSubnetsRequest

func (mr *MockELBV2APIMockRecorder) SetSubnetsRequest(arg0 interface{}) *gomock.Call

SetSubnetsRequest indicates an expected call of SetSubnetsRequest

func (*MockELBV2APIMockRecorder) SetSubnetsWithContext

func (mr *MockELBV2APIMockRecorder) SetSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSubnetsWithContext indicates an expected call of SetSubnetsWithContext

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailable

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailable(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancerAvailable indicates an expected call of WaitUntilLoadBalancerAvailable

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailableWithContext

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancerAvailableWithContext indicates an expected call of WaitUntilLoadBalancerAvailableWithContext

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerExists

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerExists(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancerExists indicates an expected call of WaitUntilLoadBalancerExists

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerExistsWithContext

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancerExistsWithContext indicates an expected call of WaitUntilLoadBalancerExistsWithContext

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeleted

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeleted(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancersDeleted indicates an expected call of WaitUntilLoadBalancersDeleted

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeletedWithContext

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancersDeletedWithContext indicates an expected call of WaitUntilLoadBalancersDeletedWithContext

func (*MockELBV2APIMockRecorder) WaitUntilTargetDeregistered

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetDeregistered(arg0 interface{}) *gomock.Call

WaitUntilTargetDeregistered indicates an expected call of WaitUntilTargetDeregistered

func (*MockELBV2APIMockRecorder) WaitUntilTargetDeregisteredWithContext

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetDeregisteredWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTargetDeregisteredWithContext indicates an expected call of WaitUntilTargetDeregisteredWithContext

func (*MockELBV2APIMockRecorder) WaitUntilTargetInService

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetInService(arg0 interface{}) *gomock.Call

WaitUntilTargetInService indicates an expected call of WaitUntilTargetInService

func (*MockELBV2APIMockRecorder) WaitUntilTargetInServiceWithContext

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetInServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTargetInServiceWithContext indicates an expected call of WaitUntilTargetInServiceWithContext

Jump to

Keyboard shortcuts

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