Amazon.Pinpoint.AmazonPinpointClient.UpdateSegment C# (CSharp) Method

UpdateSegment() public method

Use to update a segment.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateSegment ( UpdateSegmentRequest request ) : UpdateSegmentResponse
request Amazon.Pinpoint.Model.UpdateSegmentRequest Container for the necessary parameters to execute the UpdateSegment service method.
return Amazon.Pinpoint.Model.UpdateSegmentResponse
        public UpdateSegmentResponse UpdateSegment(UpdateSegmentRequest request)
        {
            var marshaller = new UpdateSegmentRequestMarshaller();
            var unmarshaller = UpdateSegmentResponseUnmarshaller.Instance;

            return Invoke<UpdateSegmentRequest,UpdateSegmentResponse>(request, marshaller, unmarshaller);
        }
AmazonPinpointClient