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

GetSegments() public method

Used to get information about your segments.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetSegments ( GetSegmentsRequest request ) : GetSegmentsResponse
request Amazon.Pinpoint.Model.GetSegmentsRequest Container for the necessary parameters to execute the GetSegments service method.
return Amazon.Pinpoint.Model.GetSegmentsResponse
        public GetSegmentsResponse GetSegments(GetSegmentsRequest request)
        {
            var marshaller = new GetSegmentsRequestMarshaller();
            var unmarshaller = GetSegmentsResponseUnmarshaller.Instance;

            return Invoke<GetSegmentsRequest,GetSegmentsResponse>(request, marshaller, unmarshaller);
        }
AmazonPinpointClient