Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.SetLoadBalancerPoliciesForBackendServerRequest.Builder
Packages that use SetLoadBalancerPoliciesForBackendServerRequest.Builder
Package
Description
-
Uses of SetLoadBalancerPoliciesForBackendServerRequest.Builder in software.amazon.awssdk.services.elasticloadbalancing
Method parameters in software.amazon.awssdk.services.elasticloadbalancing with type arguments of type SetLoadBalancerPoliciesForBackendServerRequest.BuilderModifier 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.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. -
Uses of SetLoadBalancerPoliciesForBackendServerRequest.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return SetLoadBalancerPoliciesForBackendServerRequest.BuilderModifier and TypeMethodDescriptionSetLoadBalancerPoliciesForBackendServerRequest.builder()SetLoadBalancerPoliciesForBackendServerRequest.Builder.instancePort(Integer instancePort) The port number associated with the EC2 instance.SetLoadBalancerPoliciesForBackendServerRequest.Builder.loadBalancerName(String loadBalancerName) The name of the load balancer.SetLoadBalancerPoliciesForBackendServerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetLoadBalancerPoliciesForBackendServerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SetLoadBalancerPoliciesForBackendServerRequest.Builder.policyNames(String... policyNames) The names of the policies.SetLoadBalancerPoliciesForBackendServerRequest.Builder.policyNames(Collection<String> policyNames) The names of the policies.SetLoadBalancerPoliciesForBackendServerRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type SetLoadBalancerPoliciesForBackendServerRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetLoadBalancerPoliciesForBackendServerRequest.Builder>SetLoadBalancerPoliciesForBackendServerRequest.serializableBuilderClass()