Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.SetLoadBalancerPoliciesForBackendServerResponse
Packages that use SetLoadBalancerPoliciesForBackendServerResponse
-
Uses of SetLoadBalancerPoliciesForBackendServerResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return SetLoadBalancerPoliciesForBackendServerResponseModifier and TypeMethodDescriptionElasticLoadBalancingClient.setLoadBalancerPoliciesForBackendServer(Consumer<SetLoadBalancerPoliciesForBackendServerRequest.Builder> setLoadBalancerPoliciesForBackendServerRequest) Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies.ElasticLoadBalancingClient.setLoadBalancerPoliciesForBackendServer(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest) Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies.Methods in software.amazon.awssdk.services.elasticloadbalancing that return types with arguments of type SetLoadBalancerPoliciesForBackendServerResponseModifier and TypeMethodDescriptionElasticLoadBalancingAsyncClient.setLoadBalancerPoliciesForBackendServer(Consumer<SetLoadBalancerPoliciesForBackendServerRequest.Builder> setLoadBalancerPoliciesForBackendServerRequest) Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies.ElasticLoadBalancingAsyncClient.setLoadBalancerPoliciesForBackendServer(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest) Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies.