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

Packages that use SetLoadBalancerPoliciesForBackendServerRequest
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 SetLoadBalancerPoliciesForBackendServerRequest in com.amazonaws.services.elasticloadbalancing
 

Methods in com.amazonaws.services.elasticloadbalancing with parameters of type SetLoadBalancerPoliciesForBackendServerRequest
 SetLoadBalancerPoliciesForBackendServerResult AmazonElasticLoadBalancingClient.setLoadBalancerPoliciesForBackendServer(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest)
           Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies.
 SetLoadBalancerPoliciesForBackendServerResult AmazonElasticLoadBalancing.setLoadBalancerPoliciesForBackendServer(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest)
           Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies.
 Future<SetLoadBalancerPoliciesForBackendServerResult> AmazonElasticLoadBalancingAsyncClient.setLoadBalancerPoliciesForBackendServerAsync(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest)
           Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies.
 Future<SetLoadBalancerPoliciesForBackendServerResult> AmazonElasticLoadBalancingAsync.setLoadBalancerPoliciesForBackendServerAsync(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest)
           Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies.
 Future<SetLoadBalancerPoliciesForBackendServerResult> AmazonElasticLoadBalancingAsyncClient.setLoadBalancerPoliciesForBackendServerAsync(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest, AsyncHandler<SetLoadBalancerPoliciesForBackendServerRequest,SetLoadBalancerPoliciesForBackendServerResult> asyncHandler)
           Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies.
 Future<SetLoadBalancerPoliciesForBackendServerResult> AmazonElasticLoadBalancingAsync.setLoadBalancerPoliciesForBackendServerAsync(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest, AsyncHandler<SetLoadBalancerPoliciesForBackendServerRequest,SetLoadBalancerPoliciesForBackendServerResult> asyncHandler)
           Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies.
 

Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type SetLoadBalancerPoliciesForBackendServerRequest
 Future<SetLoadBalancerPoliciesForBackendServerResult> AmazonElasticLoadBalancingAsyncClient.setLoadBalancerPoliciesForBackendServerAsync(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest, AsyncHandler<SetLoadBalancerPoliciesForBackendServerRequest,SetLoadBalancerPoliciesForBackendServerResult> asyncHandler)
           Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies.
 Future<SetLoadBalancerPoliciesForBackendServerResult> AmazonElasticLoadBalancingAsync.setLoadBalancerPoliciesForBackendServerAsync(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest, AsyncHandler<SetLoadBalancerPoliciesForBackendServerRequest,SetLoadBalancerPoliciesForBackendServerResult> asyncHandler)
           Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies.
 

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

Methods in com.amazonaws.services.elasticloadbalancing.model that return SetLoadBalancerPoliciesForBackendServerRequest
 SetLoadBalancerPoliciesForBackendServerRequest SetLoadBalancerPoliciesForBackendServerRequest.withInstancePort(Integer instancePort)
          The port number associated with the back-end server.
 SetLoadBalancerPoliciesForBackendServerRequest SetLoadBalancerPoliciesForBackendServerRequest.withLoadBalancerName(String loadBalancerName)
          The mnemonic name associated with the load balancer.
 SetLoadBalancerPoliciesForBackendServerRequest SetLoadBalancerPoliciesForBackendServerRequest.withPolicyNames(Collection<String> policyNames)
          List of policy names to be set.
 SetLoadBalancerPoliciesForBackendServerRequest SetLoadBalancerPoliciesForBackendServerRequest.withPolicyNames(String... policyNames)
          List of policy names to be set.
 



Copyright © 2016. All rights reserved.