Amazon.ElasticLoadBalancingV2.AmazonElasticLoadBalancingV2Client.ModifyTargetGroupAttributes C# (CSharp) Method

ModifyTargetGroupAttributes() public method

Modifies the specified attributes of the specified target group.
/// The specified target group does not exist. ///
public ModifyTargetGroupAttributes ( ModifyTargetGroupAttributesRequest request ) : ModifyTargetGroupAttributesResponse
request Amazon.ElasticLoadBalancingV2.Model.ModifyTargetGroupAttributesRequest Container for the necessary parameters to execute the ModifyTargetGroupAttributes service method.
return Amazon.ElasticLoadBalancingV2.Model.ModifyTargetGroupAttributesResponse
        public ModifyTargetGroupAttributesResponse ModifyTargetGroupAttributes(ModifyTargetGroupAttributesRequest request)
        {
            var marshaller = new ModifyTargetGroupAttributesRequestMarshaller();
            var unmarshaller = ModifyTargetGroupAttributesResponseUnmarshaller.Instance;

            return Invoke<ModifyTargetGroupAttributesRequest,ModifyTargetGroupAttributesResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticLoadBalancingV2Client