Uses of Class
com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerPolicyRequest

Packages that use CreateLoadBalancerPolicyRequest
com.amazonaws.services.elasticloadbalancing Synchronous and asynchronous client classes for accessing AmazonElasticLoadBalancing. 
com.amazonaws.services.elasticloadbalancing.model Classes modeling the various types represented by AmazonElasticLoadBalancing. 
 

Uses of CreateLoadBalancerPolicyRequest in com.amazonaws.services.elasticloadbalancing
 

Methods in com.amazonaws.services.elasticloadbalancing with parameters of type CreateLoadBalancerPolicyRequest
 CreateLoadBalancerPolicyResult AmazonElasticLoadBalancingClient.createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
           Creates a new policy that contains the necessary attributes depending on the policy type.
 CreateLoadBalancerPolicyResult AmazonElasticLoadBalancing.createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
           Creates a new policy that contains the necessary attributes depending on the policy type.
 Future<CreateLoadBalancerPolicyResult> AmazonElasticLoadBalancingAsyncClient.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
           Creates a new policy that contains the necessary attributes depending on the policy type.
 Future<CreateLoadBalancerPolicyResult> AmazonElasticLoadBalancingAsync.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
           Creates a new policy that contains the necessary attributes depending on the policy type.
 Future<CreateLoadBalancerPolicyResult> AmazonElasticLoadBalancingAsyncClient.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest, AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
           Creates a new policy that contains the necessary attributes depending on the policy type.
 Future<CreateLoadBalancerPolicyResult> AmazonElasticLoadBalancingAsync.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest, AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
           Creates a new policy that contains the necessary attributes depending on the policy type.
 

Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type CreateLoadBalancerPolicyRequest
 Future<CreateLoadBalancerPolicyResult> AmazonElasticLoadBalancingAsyncClient.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest, AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
           Creates a new policy that contains the necessary attributes depending on the policy type.
 Future<CreateLoadBalancerPolicyResult> AmazonElasticLoadBalancingAsync.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest, AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
           Creates a new policy that contains the necessary attributes depending on the policy type.
 

Uses of CreateLoadBalancerPolicyRequest in com.amazonaws.services.elasticloadbalancing.model
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return CreateLoadBalancerPolicyRequest
 CreateLoadBalancerPolicyRequest CreateLoadBalancerPolicyRequest.withLoadBalancerName(String loadBalancerName)
          The name associated with the LoadBalancer for which the policy is being created.
 CreateLoadBalancerPolicyRequest CreateLoadBalancerPolicyRequest.withPolicyAttributes(Collection<PolicyAttribute> policyAttributes)
          A list of attributes associated with the policy being created.
 CreateLoadBalancerPolicyRequest CreateLoadBalancerPolicyRequest.withPolicyAttributes(PolicyAttribute... policyAttributes)
          A list of attributes associated with the policy being created.
 CreateLoadBalancerPolicyRequest CreateLoadBalancerPolicyRequest.withPolicyName(String policyName)
          The name of the load balancer policy being created.
 CreateLoadBalancerPolicyRequest CreateLoadBalancerPolicyRequest.withPolicyTypeName(String policyTypeName)
          The name of the base policy type being used to create this policy.
 



Copyright © 2016. All rights reserved.