Amazon.Pinpoint.AmazonPinpointClient.GetEndpoint C# (CSharp) 메소드

GetEndpoint() 공개 메소드

Returns information about an endpoint.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetEndpoint ( GetEndpointRequest request ) : GetEndpointResponse
request Amazon.Pinpoint.Model.GetEndpointRequest Container for the necessary parameters to execute the GetEndpoint service method.
리턴 Amazon.Pinpoint.Model.GetEndpointResponse
        public GetEndpointResponse GetEndpoint(GetEndpointRequest request)
        {
            var marshaller = new GetEndpointRequestMarshaller();
            var unmarshaller = GetEndpointResponseUnmarshaller.Instance;

            return Invoke<GetEndpointRequest,GetEndpointResponse>(request, marshaller, unmarshaller);
        }
AmazonPinpointClient