Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.DeleteLoadBalancerPolicyResponse
Packages that use DeleteLoadBalancerPolicyResponse
-
Uses of DeleteLoadBalancerPolicyResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return DeleteLoadBalancerPolicyResponseModifier and TypeMethodDescriptiondefault DeleteLoadBalancerPolicyResponseElasticLoadBalancingClient.deleteLoadBalancerPolicy(Consumer<DeleteLoadBalancerPolicyRequest.Builder> deleteLoadBalancerPolicyRequest) Deletes the specified policy from the specified load balancer.default DeleteLoadBalancerPolicyResponseElasticLoadBalancingClient.deleteLoadBalancerPolicy(DeleteLoadBalancerPolicyRequest deleteLoadBalancerPolicyRequest) Deletes the specified policy from the specified load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancing that return types with arguments of type DeleteLoadBalancerPolicyResponseModifier and TypeMethodDescriptionElasticLoadBalancingAsyncClient.deleteLoadBalancerPolicy(Consumer<DeleteLoadBalancerPolicyRequest.Builder> deleteLoadBalancerPolicyRequest) Deletes the specified policy from the specified load balancer.ElasticLoadBalancingAsyncClient.deleteLoadBalancerPolicy(DeleteLoadBalancerPolicyRequest deleteLoadBalancerPolicyRequest) Deletes the specified policy from the specified load balancer.