Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.SetLoadBalancerPoliciesForBackendServerResponse
-
Packages that use SetLoadBalancerPoliciesForBackendServerResponse Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing -
-
Uses of SetLoadBalancerPoliciesForBackendServerResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return SetLoadBalancerPoliciesForBackendServerResponse Modifier and Type Method Description default SetLoadBalancerPoliciesForBackendServerResponse
ElasticLoadBalancingClient. 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.default SetLoadBalancerPoliciesForBackendServerResponse
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 SetLoadBalancerPoliciesForBackendServerResponse Modifier and Type Method Description default CompletableFuture<SetLoadBalancerPoliciesForBackendServerResponse>
ElasticLoadBalancingAsyncClient. 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.default CompletableFuture<SetLoadBalancerPoliciesForBackendServerResponse>
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.
-