/// <summary> /// Updates the encryption configuration for X-Ray data. /// </summary> /// <param name="request">Container for the necessary parameters to execute the PutEncryptionConfig service method.</param> /// /// <returns>The response from the PutEncryptionConfig service method, as returned by XRay.</returns> /// <exception cref="Amazon.XRay.Model.InvalidRequestException"> /// The request is missing required parameters or has invalid parameters. /// </exception> /// <exception cref="Amazon.XRay.Model.ThrottledException"> /// The request exceeds the maximum number of requests per second. /// </exception> public virtual PutEncryptionConfigResponse PutEncryptionConfig(PutEncryptionConfigRequest request) { var marshaller = PutEncryptionConfigRequestMarshaller.Instance; var unmarshaller = PutEncryptionConfigResponseUnmarshaller.Instance; return(Invoke <PutEncryptionConfigRequest, PutEncryptionConfigResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the PutEncryptionConfig operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the PutEncryptionConfig operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public virtual Task <PutEncryptionConfigResponse> PutEncryptionConfigAsync(PutEncryptionConfigRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = PutEncryptionConfigRequestMarshaller.Instance; var unmarshaller = PutEncryptionConfigResponseUnmarshaller.Instance; return(InvokeAsync <PutEncryptionConfigRequest, PutEncryptionConfigResponse>(request, marshaller, unmarshaller, cancellationToken)); }
/// <summary> /// Initiates the asynchronous execution of the PutEncryptionConfig operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the PutEncryptionConfig operation on AmazonXRayClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutEncryptionConfig /// operation.</returns> public virtual IAsyncResult BeginPutEncryptionConfig(PutEncryptionConfigRequest request, AsyncCallback callback, object state) { var marshaller = PutEncryptionConfigRequestMarshaller.Instance; var unmarshaller = PutEncryptionConfigResponseUnmarshaller.Instance; return(BeginInvoke <PutEncryptionConfigRequest>(request, marshaller, unmarshaller, callback, state)); }
internal virtual PutEncryptionConfigResponse PutEncryptionConfig(PutEncryptionConfigRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = PutEncryptionConfigRequestMarshaller.Instance; options.ResponseUnmarshaller = PutEncryptionConfigResponseUnmarshaller.Instance; return(Invoke <PutEncryptionConfigResponse>(request, options)); }