Amazon.Pinpoint.AmazonPinpointClient.UpdateEndpointsBatch C# (CSharp) Метод

UpdateEndpointsBatch() публичный Метод

Use to update your endpoints.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateEndpointsBatch ( UpdateEndpointsBatchRequest request ) : UpdateEndpointsBatchResponse
request Amazon.Pinpoint.Model.UpdateEndpointsBatchRequest Container for the necessary parameters to execute the UpdateEndpointsBatch service method.
Результат Amazon.Pinpoint.Model.UpdateEndpointsBatchResponse
        public UpdateEndpointsBatchResponse UpdateEndpointsBatch(UpdateEndpointsBatchRequest request)
        {
            var marshaller = new UpdateEndpointsBatchRequestMarshaller();
            var unmarshaller = UpdateEndpointsBatchResponseUnmarshaller.Instance;

            return Invoke<UpdateEndpointsBatchRequest,UpdateEndpointsBatchResponse>(request, marshaller, unmarshaller);
        }
AmazonPinpointClient