Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.DeleteLoadBalancerPolicyResponse
-
Packages that use DeleteLoadBalancerPolicyResponse Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing -
-
Uses of DeleteLoadBalancerPolicyResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return DeleteLoadBalancerPolicyResponse Modifier and Type Method Description default 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 DeleteLoadBalancerPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteLoadBalancerPolicyResponse>ElasticLoadBalancingAsyncClient. deleteLoadBalancerPolicy(Consumer<DeleteLoadBalancerPolicyRequest.Builder> deleteLoadBalancerPolicyRequest)Deletes the specified policy from the specified load balancer.default CompletableFuture<DeleteLoadBalancerPolicyResponse>ElasticLoadBalancingAsyncClient. deleteLoadBalancerPolicy(DeleteLoadBalancerPolicyRequest deleteLoadBalancerPolicyRequest)Deletes the specified policy from the specified load balancer.
-