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