Amazon.EC2.AmazonEC2Client.ModifySnapshotAttribute C# (CSharp) Method

ModifySnapshotAttribute() private method

private ModifySnapshotAttribute ( ModifySnapshotAttributeRequest request ) : ModifySnapshotAttributeResponse
request ModifySnapshotAttributeRequest
return ModifySnapshotAttributeResponse
        internal ModifySnapshotAttributeResponse ModifySnapshotAttribute(ModifySnapshotAttributeRequest request)
        {
            var marshaller = new ModifySnapshotAttributeRequestMarshaller();
            var unmarshaller = ModifySnapshotAttributeResponseUnmarshaller.Instance;

            return Invoke<ModifySnapshotAttributeRequest,ModifySnapshotAttributeResponse>(request, marshaller, unmarshaller);
        }
AmazonEC2Client